File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
Postgres documentation
4
4
-->
5
5
@@ -1502,11 +1502,14 @@ Access permissions for database "test"
1502
1502
<term>-v, --variable, --set <replaceable class="parameter">assignment</replaceable></term>
1503
1503
<listitem>
1504
1504
<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.
1510
1513
</para>
1511
1514
</listitem>
1512
1515
</varlistentry>
You can’t perform that action at this time.
0 commit comments