From 967a4e7f3107e3c5b732fe4f8e13a1f31a255e46 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 24 Jul 2014 08:06:54 -0400 Subject: [PATCH] docs: Improve documentation of \pset without arguments. The syntax summary previously failed to clarify that the first argument is also optional. The textual description did mention it, but all the way at the bottom. It fits better with the command overview, so move it there, and fix the summary also. Dilip Kumar, reviewed by Fabien Coelho --- doc/src/sgml/ref/psql-ref.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index fa0d6f2ec9..133390ab63 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1956,7 +1956,7 @@ lo_import 152801 - \pset option [ value ] + \pset [ option [ value ] ] @@ -1972,6 +1972,11 @@ lo_import 152801 the current setting being displayed. + + \pset without any arguments displays the current status + of all printing options. + + Adjustable printing options are: @@ -2311,11 +2316,6 @@ lo_import 152801 - - \pset without any arguments displays the current status - of all printing options. - -