1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Call SET varaiables "configuration_parameter"s in the documentation.

This commit is contained in:
Bruce Momjian
2006-04-25 14:56:04 +00:00
parent e72fd16fa8
commit 706cbfd632
4 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/reset.sgml,v 1.29 2006/04/25 14:47:29 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/reset.sgml,v 1.30 2006/04/25 14:56:04 momjian Exp $
PostgreSQL documentation
-->
@@ -20,7 +20,7 @@ PostgreSQL documentation
<refsynopsisdiv>
<synopsis>
RESET <replaceable class="PARAMETER">varname</replaceable>
RESET <replaceable class="PARAMETER">configuration_parameter</replaceable>
RESET ALL
</synopsis>
</refsynopsisdiv>
@@ -33,7 +33,7 @@ RESET ALL
default values. <command>RESET</command> is an alternative
spelling for
<synopsis>
SET <replaceable class="parameter">varname</replaceable> TO DEFAULT
SET <replaceable class="parameter">configuration_parameter</replaceable> TO DEFAULT
</synopsis>
Refer to <xref linkend="sql-set" endterm="sql-set-title"> for
details.
@@ -62,7 +62,7 @@ SET <replaceable class="parameter">varname</replaceable> TO DEFAULT
<variablelist>
<varlistentry>
<term><replaceable class="PARAMETER">varname</replaceable></term>
<term><replaceable class="PARAMETER">configuration_parameter</replaceable></term>
<listitem>
<para>
The name of a run-time parameter. See <xref linkend="sql-set"