Fix vague comment in jsonb documentation

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 6540cc517dd452874a4e0fb268aee9b92e5136c6
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2021-03-09T15:16:03Z
Releases: 14.0
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

Files

PathChange+/−
doc/src/sgml/json.sgml modified +2 −1

Documentation touched