We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7776319 commit f71dc6dCopy full SHA for f71dc6d
doc/src/sgml/ref/set.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.57 2002/01/07 02:29:15 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.58 2002/02/26 15:59:08 tgl Exp $
3
PostgreSQL documentation
4
-->
5
@@ -393,7 +393,7 @@ SET DATESTYLE TO PostgreSQL,European;
393
that the date/time format is ISO here):
394
395
<screen>
396
-SET TIME ZONE "PST8PDT";
+SET TIME ZONE 'PST8PDT';
397
SELECT CURRENT_TIMESTAMP AS today;
398
399
today
0 commit comments