From: Tom Lane Date: Tue, 26 Feb 2002 15:59:08 +0000 (+0000) Subject: Correct typo noticed by Christopher Kings-Lynne. X-Git-Tag: REL7_3~2023 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f71dc6d0e28a855f2d782ec48f950ffeaca1307d;p=postgresql Correct typo noticed by Christopher Kings-Lynne. --- diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 83ff18824e..ad1c2bad50 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