pgsql: Fix collation of JSON_TABLE output columns - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix collation of JSON_TABLE output columns
Date
Msg-id E1nzW6S-003Yve-Nd@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix collation of JSON_TABLE output columns

The output columns of JSON_TABLE should have the collations of their
data type.  The existing implementation sets the default collation if
the type is collatable.

Reviewed-by: Andrew Dunstan <andrew@dunslane.net>
Discussion: https://www.postgresql.org/message-id/flat/9d75ce67-0121-5050-5bec-bf5009db55ce%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/21724558650a7387ffbc2b0da53d6314389419bb

Modified Files
--------------
src/backend/parser/parse_jsontable.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Improve comments for trivial_subqueryscan().
Next
From: Tom Lane
Date:
Subject: pgsql: Un-break whole-row Vars referencing domain-over-composite types.