Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 251de13

Browse files
committed
Improved wording, from Albert REINER <areiner@tph.tuwien.ac.at>.
1 parent 7c164dc commit 251de13

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.45 2000/12/25 23:15:26 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.46 2001/02/03 19:09:46 petere Exp $
33
Postgres documentation
44
-->
55

@@ -1502,11 +1502,14 @@ Access permissions for database "test"
15021502
<term>-v, --variable, --set <replaceable class="parameter">assignment</replaceable></term>
15031503
<listitem>
15041504
<para>
1505-
Performs a variable assignment, like the <command>\set</command> internal command.
1506-
Note that you must separate name and value, if any, by an equal sign on the command
1507-
line. To unset a variable, leave off the equal sign. These assignments are done
1508-
during a very early state of start-up, so variables reserved for internal purposes
1509-
might get overwritten later.
1505+
Performs a variable assignment, like the <command>\set</command>
1506+
internal command. Note that you must separate name and value,
1507+
if any, by an equal sign on the command line. To unset a
1508+
variable, leave off the equal sign. To just set a variable
1509+
without a value, use the equal sign but leave off the value.
1510+
These assignments are done during a very early stage of
1511+
start-up, so variables reserved for internal purposes might get
1512+
overwritten later.
15101513
</para>
15111514
</listitem>
15121515
</varlistentry>

0 commit comments

Comments
 (0)