Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f71dc6d

Browse files
committed
Correct typo noticed by Christopher Kings-Lynne.
1 parent 7776319 commit f71dc6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/set.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.57 2002/01/07 02:29:15 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.58 2002/02/26 15:59:08 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -393,7 +393,7 @@ SET DATESTYLE TO PostgreSQL,European;
393393
that the date/time format is ISO here):
394394

395395
<screen>
396-
SET TIME ZONE "PST8PDT";
396+
SET TIME ZONE 'PST8PDT';
397397
SELECT CURRENT_TIMESTAMP AS today;
398398

399399
today

0 commit comments

Comments
 (0)