diff options
Diffstat (limited to 'doc/src/sgml/ref/reset.sgml')
| -rw-r--r-- | doc/src/sgml/ref/reset.sgml | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/reset.sgml b/doc/src/sgml/ref/reset.sgml index 9b1452816b..3630fcc54b 100644 --- a/doc/src/sgml/ref/reset.sgml +++ b/doc/src/sgml/ref/reset.sgml @@ -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> |
