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 255e8cac144..fd8661d7d0c 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1943,7 +1943,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> @@ -1960,6 +1960,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> @@ -2298,11 +2303,6 @@ lo_import 152801 </para> </tip> - <para> - <command>\pset</command> without any arguments displays the current status - of all printing options. - </para> - </listitem> </varlistentry> |