Re: remaining sql/json patches

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Erik Rijkers <er(at)xs4all(dot)nl>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
Subject: Re: remaining sql/json patches
Date: 2024-03-08 04:04:31
Message-ID: CACJufxHaaRyp_62N+OFZekm4WetVOCotFvEd6gU1nB1W3gGxEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I looked at the documentation again.
one more changes for JSON_QUERY:

diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 3e58ebd2..0c49b321 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -18715,8 +18715,8 @@ ERROR: jsonpath array subscript is out of bounds
be of type <type>jsonb</type>.
</para>
<para>
- The <literal>ON EMPTY</literal> clause specifies the behavior if the
- <replaceable>path_expression</replaceable> yields no value at all; the
+ The <literal>ON EMPTY</literal> clause specifies the behavior
if applying the
+ <replaceable>path_expression</replaceable> to the
<replaceable>context_item</replaceable> yields no value at all; the
default when <literal>ON EMPTY</literal> is not specified is to return
a null value.
</para>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Erik Wienhold 2024-03-08 04:08:09 Re: CREATE TABLE creates a composite type corresponding to the table row, which is and is not there
Previous Message Peter Smith 2024-03-08 03:58:07 Re: Improve eviction algorithm in ReorderBuffer