mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
Improved wording, from Albert REINER <areiner@tph.tuwien.ac.at>.
This commit is contained in:
parent
7c164dca0b
commit
251de13afd
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$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
|
||||
-->
|
||||
|
||||
@ -1502,11 +1502,14 @@ Access permissions for database "test"
|
||||
<term>-v, --variable, --set <replaceable class="parameter">assignment</replaceable></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Performs a variable assignment, like the <command>\set</command> internal command.
|
||||
Note that you must separate name and value, if any, by an equal sign on the command
|
||||
line. To unset a variable, leave off the equal sign. These assignments are done
|
||||
during a very early state of start-up, so variables reserved for internal purposes
|
||||
might get overwritten later.
|
||||
Performs a variable assignment, like the <command>\set</command>
|
||||
internal command. Note that you must separate name and value,
|
||||
if any, by an equal sign on the command line. To unset a
|
||||
variable, leave off the equal sign. To just set a variable
|
||||
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>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user