diff options
author | Tom Lane | 2003-06-21 19:33:36 +0000 |
---|---|---|
committer | Tom Lane | 2003-06-21 19:33:36 +0000 |
commit | b8d601e7359bdafbe9fede9bdfb9037b19a50272 (patch) | |
tree | 021e1600047e5bd3fccc2f40033bbe938d0afa34 /doc/src | |
parent | 4342e6ea18c719f8ebdb49874969396403c245c5 (diff) |
Fix some markup problems.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/set.sgml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 170afd13dae..a394820b7f1 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.76 2003/05/14 03:26:00 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.77 2003/06/21 19:33:36 tgl Exp $ PostgreSQL documentation --> @@ -120,7 +120,7 @@ SET [ SESSION | LOCAL ] TIME ZONE { <replaceable class="PARAMETER">timezone</rep <term><literal>NAMES</literal></term> <listitem> <para> - <literal>>SET NAMES <replaceable>value</></> is an alias for + <literal>SET NAMES <replaceable>value</></> is an alias for <literal>SET client_encoding TO <replaceable>value</></>. </para> </listitem> @@ -150,9 +150,9 @@ SELECT setseed(<replaceable>value</replaceable>); <term><literal>TIME ZONE</literal></term> <listitem> <para> - <literal>>SET TIME ZONE <replaceable>value</></> is an alias + <literal>SET TIME ZONE <replaceable>value</></> is an alias for <literal>SET timezone TO <replaceable>value</></>. The - syntax <literal>>SET TIME ZONE</literal> allows special syntax + syntax <literal>SET TIME ZONE</literal> allows special syntax for the time zone specification. Here are examples of valid values: @@ -185,8 +185,8 @@ SELECT setseed(<replaceable>value</replaceable>); <term><literal>7</literal></term> <listitem> <para> - The time zone to 7 hours offset west from UTC (equivalent - to PDT). + The time zone 7 hours west from UTC (equivalent + to PDT). Negative values are east from UTC. </para> </listitem> </varlistentry> @@ -194,7 +194,7 @@ SELECT setseed(<replaceable>value</replaceable>); <term><literal>INTERVAL '08:00' HOUR TO MINUTE</literal></term> <listitem> <para> - The time zone to 8 hours offset west from UTC (equivalent + The time zone 8 hours west from UTC (equivalent to PST). </para> </listitem> |