diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-04-25 14:56:04 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-04-25 14:56:04 +0000 |
| commit | 706cbfd632ff3eb106821996824e695ffda17c95 (patch) | |
| tree | 6ce9a468889d12742f15fed5e74c5db6527c096a /doc/src/sgml/ref/set.sgml | |
| parent | e72fd16fa88f04fbb5c4dcf1f9523a5a8a8ba6a1 (diff) | |
| download | postgresql-706cbfd632ff3eb106821996824e695ffda17c95.tar.gz | |
Call SET varaiables "configuration_parameter"s in the documentation.
Diffstat (limited to 'doc/src/sgml/ref/set.sgml')
| -rw-r--r-- | doc/src/sgml/ref/set.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 57e6aeecd3..057a7958c8 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/set.sgml,v 1.87 2006/04/25 14:47:29 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/set.sgml,v 1.88 2006/04/25 14:56:04 momjian Exp $ PostgreSQL documentation --> @@ -20,7 +20,7 @@ PostgreSQL documentation <refsynopsisdiv> <synopsis> -SET [ SESSION | LOCAL ] <replaceable class="PARAMETER">varname</replaceable> { TO | = } { <replaceable class="PARAMETER">value</replaceable> | '<replaceable class="PARAMETER">value</replaceable>' | DEFAULT } +SET [ SESSION | LOCAL ] <replaceable class="PARAMETER">configuration_parameter</replaceable> { TO | = } { <replaceable class="PARAMETER">value</replaceable> | '<replaceable class="PARAMETER">value</replaceable>' | DEFAULT } SET [ SESSION | LOCAL ] TIME ZONE { <replaceable class="PARAMETER">timezone</replaceable> | LOCAL | DEFAULT } </synopsis> </refsynopsisdiv> @@ -91,7 +91,7 @@ SET [ SESSION | LOCAL ] TIME ZONE { <replaceable class="PARAMETER">timezone</rep </varlistentry> <varlistentry> - <term><replaceable class="PARAMETER">varname</replaceable></term> + <term><replaceable class="PARAMETER">configuration_parameter</replaceable></term> <listitem> <para> Name of a settable run-time parameter. Available parameters are |
