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

Commit b8d601e

Browse files
committed
Fix some markup problems.
1 parent 4342e6e commit b8d601e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/sgml/ref/set.sgml

Lines changed: 7 additions & 7 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.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 $
33
PostgreSQL documentation
44
-->
55

@@ -120,7 +120,7 @@ SET [ SESSION | LOCAL ] TIME ZONE { <replaceable class="PARAMETER">timezone</rep
120120
<term><literal>NAMES</literal></term>
121121
<listitem>
122122
<para>
123-
<literal>>SET NAMES <replaceable>value</></> is an alias for
123+
<literal>SET NAMES <replaceable>value</></> is an alias for
124124
<literal>SET client_encoding TO <replaceable>value</></>.
125125
</para>
126126
</listitem>
@@ -150,9 +150,9 @@ SELECT setseed(<replaceable>value</replaceable>);
150150
<term><literal>TIME ZONE</literal></term>
151151
<listitem>
152152
<para>
153-
<literal>>SET TIME ZONE <replaceable>value</></> is an alias
153+
<literal>SET TIME ZONE <replaceable>value</></> is an alias
154154
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
156156
for the time zone specification. Here are examples of valid
157157
values:
158158

@@ -185,16 +185,16 @@ SELECT setseed(<replaceable>value</replaceable>);
185185
<term><literal>7</literal></term>
186186
<listitem>
187187
<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.
190190
</para>
191191
</listitem>
192192
</varlistentry>
193193
<varlistentry>
194194
<term><literal>INTERVAL '08:00' HOUR TO MINUTE</literal></term>
195195
<listitem>
196196
<para>
197-
The time zone to 8 hours offset west from UTC (equivalent
197+
The time zone 8 hours west from UTC (equivalent
198198
to PST).
199199
</para>
200200
</listitem>

0 commit comments

Comments
 (0)