From df910a52a6f74e3304e6a1b9819d573a45d72725 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 3 Mar 2007 17:19:11 +0000 Subject: Allow \pset and \x, \t to use boolean constants on/off, rather than just toggle. Chad Wagner --- doc/src/sgml/ref/psql-ref.sgml | 47 ++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 16 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 3075d695759..29037dbe20f 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1509,11 +1509,14 @@ lo_import 152801 expanded (or x) - Toggles between regular and expanded format. When expanded - format is enabled, query results are displayed in two - columns, with the column name on the left and the data on - the right. This mode is useful if the data wouldn't fit on the - screen in the normal horizontal mode. + You can specify an optional second argument, if it is provided it + may be either on or off + which will enable or disable expanded mode. If the second + argument is not provided then we will toggle between regular and + expanded format. When expanded format is enabled, query results + are displayed in two columns, with the column name on the left and + the data on the right. This mode is useful if the data wouldn't fit + on the screen in the normal horizontal mode. @@ -1553,8 +1556,11 @@ lo_import 152801 footer - Toggles the display of the default footer (x - rows). + You can specify an optional second argument, if it is provided it + may be either on or off + which will enable or disable display of the default footer + (x rows). If the second argument is not + provided then we will toggle between on and off. @@ -1563,9 +1569,12 @@ lo_import 152801 numericlocale - Toggles the display of a locale-aware character to separate groups - of digits to the left of the decimal marker. It also enables - a locale-aware decimal marker. + You can specify an optional second argument, if it is provided it + may be either on or off + which will enable or disable display of a locale-aware character + to seperate groups of digits to the left of the decimal marker. If + the second argument is not provided then we will toggle between + on and off. @@ -1584,10 +1593,13 @@ lo_import 152801 tuples_only (or t) - Toggles between tuples only and full display. Full display - shows extra information such as column headers, titles, and - various footers. In tuples only mode, only actual table data - is shown. + You can specify an optional second argument, if it is provided it + may be either on or off + which will enable or display the tuples only mode. If the + second argument is not provided then we will toggle between tuples + only and full display. Full display shows extra information such + as column headers, titles, and various footers. In tuples only + mode, only actual table data is shown. @@ -1636,7 +1648,10 @@ lo_import 152801 (psql does not do a perfect job of estimating when to use the pager.) \pset pager turns the pager on and off. Pager can also be set to always, - which causes the pager to be always used. + which causes the pager to be always used, or you can set the pager + to on which will enable the usage of the pager when + appropriate, or you can set the pager to off which + will disable the pager. -- cgit v1.2.3