pgsql: doc: mention that SET TIME ZONE often needs to be quoted

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: mention that SET TIME ZONE often needs to be quoted
Date: 2022-09-01 00:27:54
Message-ID: E1oTY3m-000qI3-0O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: mention that SET TIME ZONE often needs to be quoted

Also mention that time zone abbreviations are not supported.

Reported-by: philippe(dot)godfrin(at)nov(dot)com

Discussion: https://postgr.es/m/163888728952.1269.5167822676466793158@wrigleys.postgresql.org

Backpatch-through: 10

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c7dbe904f2f4ec409d903103477b9f857b314fa3

Modified Files
--------------
doc/src/sgml/ref/set.sgml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-09-01 01:11:04 pgsql: doc: warn of SECURITY DEFINER schemas for non-sql_body functions
Previous Message Bruce Momjian 2022-08-31 23:43:33 pgsql: doc: document the maximum char/varchar length value