aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-02-26 15:59:08 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-02-26 15:59:08 +0000
commitf71dc6d0e28a855f2d782ec48f950ffeaca1307d (patch)
treebfb610c51ba7991d7b83d92953dd887e932414ba /doc/src
parent7776319a7e8ef2418c75a1a35bb14f7b746ed484 (diff)
downloadpostgresql-f71dc6d0e28a855f2d782ec48f950ffeaca1307d.tar.gz
postgresql-f71dc6d0e28a855f2d782ec48f950ffeaca1307d.zip
Correct typo noticed by Christopher Kings-Lynne.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/set.sgml4
1 files changed, 2 insertions, 2 deletions
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 @@
<!--
-$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 $
PostgreSQL documentation
-->
@@ -393,7 +393,7 @@ SET DATESTYLE TO PostgreSQL,European;
that the date/time format is ISO here):
<screen>
-SET TIME ZONE "PST8PDT";
+SET TIME ZONE 'PST8PDT';
SELECT CURRENT_TIMESTAMP AS today;
today