pgsql: Fix collation of JSON_TABLE output columns

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix collation of JSON_TABLE output columns
Дата
Msg-id E1nzW6S-003Yve-Nd@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Improve comments for trivial_subqueryscan().
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Un-break whole-row Vars referencing domain-over-composite types.