From: Peter Eisentraut Date: Sat, 3 Feb 2001 19:09:46 +0000 (+0000) Subject: Improved wording, from Albert REINER . X-Git-Tag: REL7_1~588 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=251de13afdf58bde56db885c4ee56424de9f9672;p=postgresql Improved wording, from Albert REINER . --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index f8eb6cfddd..0aa9ca4735 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1502,11 +1502,14 @@ Access permissions for database "test" -v, --variable, --set assignment - Performs a variable assignment, like the \set 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 \set + 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.