From 61e2c00e64aa46882adf7a3f05d5f1ed4e253d94 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 14 Jun 2005 20:42:53 +0000 Subject: Have SHOW ALL include variable descriptions. Matthias Schmidt --- doc/src/sgml/ref/show.sgml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/show.sgml b/doc/src/sgml/ref/show.sgml index 5fdfa2b4b06..843c13756bb 100644 --- a/doc/src/sgml/ref/show.sgml +++ b/doc/src/sgml/ref/show.sgml @@ -1,5 +1,5 @@ @@ -118,7 +118,7 @@ SHOW ALL ALL - Show the values of all configuration parameters. + Show the values of all configuration parameters, with descriptions. @@ -164,17 +164,17 @@ SHOW geqo; Show all settings: SHOW ALL; - name | setting ---------------------------------+---------------------------------------------- - add_missing_from | off - archive_command | unset - australian_timezones | off + name | setting | description +--------------------------------+--------------------------------+---------------------------------------------------------------------------------------------- + add_missing_from | off | Automatically adds missing table references to FROM clauses. + archive_command | unset | WAL archiving command. + australian_timezones | off | Interprets ACST, CST, EST, and SAT as Australian time zones. . . . - work_mem | 1024 - zero_damaged_pages | off -(140 rows) + work_mem | 1024 | Sets the maximum memory to be used for query workspaces. + zero_damaged_pages | off | Continues processing past damaged page headers. +(146 rows) -- cgit v1.2.3