Commit 251de13a authored by Peter Eisentraut's avatar Peter Eisentraut

Improved wording, from Albert REINER <areiner@tph.tuwien.ac.at>.

parent 7c164dca
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.45 2000/12/25 23:15:26 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.46 2001/02/03 19:09:46 petere Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -1502,11 +1502,14 @@ Access permissions for database "test" ...@@ -1502,11 +1502,14 @@ Access permissions for database "test"
<term>-v, --variable, --set <replaceable class="parameter">assignment</replaceable></term> <term>-v, --variable, --set <replaceable class="parameter">assignment</replaceable></term>
<listitem> <listitem>
<para> <para>
Performs a variable assignment, like the <command>\set</command> internal command. Performs a variable assignment, like the <command>\set</command>
Note that you must separate name and value, if any, by an equal sign on the command internal command. Note that you must separate name and value,
line. To unset a variable, leave off the equal sign. These assignments are done if any, by an equal sign on the command line. To unset a
during a very early state of start-up, so variables reserved for internal purposes variable, leave off the equal sign. To just set a variable
might get overwritten later. without a value, use the equal sign but leave off the value.
These assignments are done during a very early stage of
start-up, so variables reserved for internal purposes might get
overwritten later.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment