pgsql: Fix vague comment in jsonb documentation

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix vague comment in jsonb documentation
Date: 2021-03-09 15:21:19
Message-ID: E1lJeAh-0001eh-75@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-03-09 15:58:21 Re: pgsql: Remove support for SSL compression
Previous Message Daniel Gustafsson 2021-03-09 15:11:17 Re: pgsql: Remove support for SSL compression