Fix vague comment in jsonb documentation The sample query fails because of an attempt to update the key of a numeric. But the comment says it's just because of the missing object key. That's not correct because jsonb subscription automatically adds missing keys.
Reported-by: Nikita Konev Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6540cc517dd452874a4e0fb268aee9b92e5136c6 Modified Files -------------- doc/src/sgml/json.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
