1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

Fix some markup problems.

This commit is contained in:
Tom Lane
2003-06-21 19:33:36 +00:00
parent 4342e6ea18
commit b8d601e735

View File

@ -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 PostgreSQL documentation
--> -->
@ -120,7 +120,7 @@ SET [ SESSION | LOCAL ] TIME ZONE { <replaceable class="PARAMETER">timezone</rep
<term><literal>NAMES</literal></term> <term><literal>NAMES</literal></term>
<listitem> <listitem>
<para> <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</></>. <literal>SET client_encoding TO <replaceable>value</></>.
</para> </para>
</listitem> </listitem>
@ -150,9 +150,9 @@ SELECT setseed(<replaceable>value</replaceable>);
<term><literal>TIME ZONE</literal></term> <term><literal>TIME ZONE</literal></term>
<listitem> <listitem>
<para> <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 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 for the time zone specification. Here are examples of valid
values: values:
@ -185,8 +185,8 @@ SELECT setseed(<replaceable>value</replaceable>);
<term><literal>7</literal></term> <term><literal>7</literal></term>
<listitem> <listitem>
<para> <para>
The time zone to 7 hours offset west from UTC (equivalent The time zone 7 hours west from UTC (equivalent
to PDT). to PDT). Negative values are east from UTC.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -194,7 +194,7 @@ SELECT setseed(<replaceable>value</replaceable>);
<term><literal>INTERVAL '08:00' HOUR TO MINUTE</literal></term> <term><literal>INTERVAL '08:00' HOUR TO MINUTE</literal></term>
<listitem> <listitem>
<para> <para>
The time zone to 8 hours offset west from UTC (equivalent The time zone 8 hours west from UTC (equivalent
to PST). to PST).
</para> </para>
</listitem> </listitem>