Remove dubious warning message from SQL/JSON functions
authorPeter Eisentraut
Fri, 18 Aug 2023 05:41:14 +0000 (07:41 +0200)
committerPeter Eisentraut
Fri, 18 Aug 2023 05:41:14 +0000 (07:41 +0200)
commit881cd9e581c2c40023f82edcd1cd2335691b78f2
treeab1a8f7cf31793f75e72be99e40ebd79b30a0602
parent249d74394500e0830d45769423fe8aac7012537c
Remove dubious warning message from SQL/JSON functions

There was a warning that FORMAT JSON has no effect on json/jsonb
types, which is true, but it's not clear why we should issue a warning
about it.  The SQL standard does not say anything about this, which
should generally govern the behavior here.  So remove it.

Discussion: https://www.postgresql.org/message-id/flat/dfec2cae-d17e-c508-6d16-c2dba82db486%40eisentraut.org
src/backend/parser/parse_expr.c
src/test/regress/expected/sqljson.out