|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.76 2003/05/14 03:26:00 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.77 2003/06/21 19:33:36 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -120,7 +120,7 @@ SET [ SESSION | LOCAL ] TIME ZONE { <replaceable class="PARAMETER">timezone</rep
|
120 | 120 | <term><literal>NAMES</literal></term>
|
121 | 121 | <listitem>
|
122 | 122 | <para>
|
123 |
| - <literal>>SET NAMES <replaceable>value</></> is an alias for |
| 123 | + <literal>SET NAMES <replaceable>value</></> is an alias for |
124 | 124 | <literal>SET client_encoding TO <replaceable>value</></>.
|
125 | 125 | </para>
|
126 | 126 | </listitem>
|
@@ -150,9 +150,9 @@ SELECT setseed(<replaceable>value</replaceable>);
|
150 | 150 | <term><literal>TIME ZONE</literal></term>
|
151 | 151 | <listitem>
|
152 | 152 | <para>
|
153 |
| - <literal>>SET TIME ZONE <replaceable>value</></> is an alias |
| 153 | + <literal>SET TIME ZONE <replaceable>value</></> is an alias |
154 | 154 | for <literal>SET timezone TO <replaceable>value</></>. The
|
155 |
| - syntax <literal>>SET TIME ZONE</literal> allows special syntax |
| 155 | + syntax <literal>SET TIME ZONE</literal> allows special syntax |
156 | 156 | for the time zone specification. Here are examples of valid
|
157 | 157 | values:
|
158 | 158 |
|
@@ -185,16 +185,16 @@ SELECT setseed(<replaceable>value</replaceable>);
|
185 | 185 | <term><literal>7</literal></term>
|
186 | 186 | <listitem>
|
187 | 187 | <para>
|
188 |
| - The time zone to 7 hours offset west from UTC (equivalent |
189 |
| - to PDT). |
| 188 | + The time zone 7 hours west from UTC (equivalent |
| 189 | + to PDT). Negative values are east from UTC. |
190 | 190 | </para>
|
191 | 191 | </listitem>
|
192 | 192 | </varlistentry>
|
193 | 193 | <varlistentry>
|
194 | 194 | <term><literal>INTERVAL '08:00' HOUR TO MINUTE</literal></term>
|
195 | 195 | <listitem>
|
196 | 196 | <para>
|
197 |
| - The time zone to 8 hours offset west from UTC (equivalent |
| 197 | + The time zone 8 hours west from UTC (equivalent |
198 | 198 | to PST).
|
199 | 199 | </para>
|
200 | 200 | </listitem>
|
|
0 commit comments