1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Complete merge of all old man page information.

ecpg reference page still needs formatting.
This commit is contained in:
Thomas G. Lockhart
1999-07-22 15:09:15 +00:00
parent 2aa64f79f5
commit a27512e634
81 changed files with 2292 additions and 772 deletions

View File

@@ -1,6 +1,11 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/reset.sgml,v 1.7 1999/07/22 15:09:14 thomas Exp $
Postgres documentation
-->
<refentry id="SQL-RESET">
<refmeta>
<refentrytitle>
<refentrytitle id="SQL-RESET-TITLE">
RESET
</refentrytitle>
<refmiscinfo>SQL - Language Statements</refmiscinfo>
@@ -15,7 +20,7 @@
</refnamediv>
<refsynopsisdiv>
<refsynopsisdivinfo>
<date>1998-09-24</date>
<date>1999-07-20</date>
</refsynopsisdivinfo>
<synopsis>
RESET <replaceable class="PARAMETER">variable</replaceable>
@@ -34,7 +39,9 @@ RESET <replaceable class="PARAMETER">variable</replaceable>
<term><replaceable class="PARAMETER">variable</replaceable></term>
<listitem>
<para>
Refer to the SET statement for more information on available
Refer to
<xref linkend="sql-set-title" endterm="sql-set-title">
for more information on available
variables.
</para>
</listitem>
@@ -80,10 +87,14 @@ RESET VARIABLE
<para>
<command>RESET</command> restores variables to the
default values.
Refer to the <command>SET</command> command for details on
allowed values and defaults.
Refer to
<xref linkend="sql-set-title" endterm="sql-set-title">
for details on allowed values and defaults.
<command>RESET</command> is an alternate form for
<command>SET <replaceable class="parameter">variable</replaceable> = DEFAULT</command>
<synopsis>
SET <replaceable class="parameter">variable</replaceable> = DEFAULT
</synopsis>
</para>
<refsect2 id="R2-SQL-RESET-3">
@@ -93,12 +104,17 @@ RESET VARIABLE
<title>
Notes
</title>
<para>
The RESET statement is a <productname>Postgres</productname>
<command>RESET</command> is a <productname>Postgres</productname>
language extension.
</para>
<para>
Refer to SET/SHOW statements to set/show variable values.
Use to
<xref linkend="sql-set-title" endterm="sql-set-title"> and
<xref linkend="sql-show-title" endterm="sql-show-title">
to manipulate variable values.
</para>
</refsect2>
</refsect1>