diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 83ff18824e8..ad1c2bad503 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -1,5 +1,5 @@ @@ -393,7 +393,7 @@ SET DATESTYLE TO PostgreSQL,European; that the date/time format is ISO here): -SET TIME ZONE "PST8PDT"; +SET TIME ZONE 'PST8PDT'; SELECT CURRENT_TIMESTAMP AS today; today