diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index fa0d6f2ec90..133390ab637 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1956,7 +1956,7 @@ lo_import 152801 </varlistentry> <varlistentry> - <term><literal>\pset <replaceable class="parameter">option</replaceable> [ <replaceable class="parameter">value</replaceable> ]</literal></term> + <term><literal>\pset [ <replaceable class="parameter">option</replaceable> [ <replaceable class="parameter">value</replaceable> ] ]</literal></term> <listitem> <para> @@ -1973,6 +1973,11 @@ lo_import 152801 </para> <para> + <command>\pset</command> without any arguments displays the current status + of all printing options. + </para> + + <para> Adjustable printing options are: <variablelist> <varlistentry> @@ -2311,11 +2316,6 @@ lo_import 152801 </para> </tip> - <para> - <command>\pset</command> without any arguments displays the current status - of all printing options. - </para> - </listitem> </varlistentry> |
