From b99cdde0d7fb513572fe57482c221712ef19388a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 8 Apr 2000 02:39:02 +0000 Subject: [PATCH] Fix cross-references, update examples, copy-edit. --- doc/src/sgml/ref/reset.sgml | 16 +++++----------- doc/src/sgml/ref/show.sgml | 25 +++++++++++-------------- 2 files changed, 16 insertions(+), 25 deletions(-) diff --git a/doc/src/sgml/ref/reset.sgml b/doc/src/sgml/ref/reset.sgml index 3630fcc54b..e8f98aba3b 100644 --- a/doc/src/sgml/ref/reset.sgml +++ b/doc/src/sgml/ref/reset.sgml @@ -1,5 +1,5 @@ @@ -41,8 +41,7 @@ RESET variable Refer to - for more information on available - variables. + for more information on available variables. @@ -68,7 +67,7 @@ RESET VARIABLE Message returned if variable is successfully reset - to its default value.. + to its default value. @@ -85,7 +84,7 @@ RESET VARIABLE Description - RESET restores variables to the + RESET restores variables to their default values. Refer to @@ -106,12 +105,7 @@ SET variable = DEFAULT - RESET is a Postgres - language extension. - - - - Use to + See also and to manipulate variable values. diff --git a/doc/src/sgml/ref/show.sgml b/doc/src/sgml/ref/show.sgml index 39fbde16ae..7cacd634e7 100644 --- a/doc/src/sgml/ref/show.sgml +++ b/doc/src/sgml/ref/show.sgml @@ -1,5 +1,5 @@ @@ -40,8 +40,9 @@ SHOW keyword keyword - Refer to SET for more information on available - arguments. + Refer to + + for more information on available variables. @@ -62,7 +63,6 @@ SHOW keyword NOTICE: variable is value -SHOW VARIABLE @@ -76,7 +76,7 @@ NOTICE: Unrecognized variable value - Message returned if value does not exist. + Message returned if variable does not exist. @@ -84,7 +84,6 @@ NOTICE: Unrecognized variable value NOTICE: Time zone is unknown -SHOW VARIABLE @@ -125,12 +124,10 @@ SHOW VARIABLE Notes - SHOW is a Postgres - language extension. - - - Refer to SET/RESET - to set/reset variable values. + See also + and + + to manipulate variable values. @@ -144,7 +141,7 @@ SHOW VARIABLE SHOW DateStyle; -NOTICE:DateStyle is Postgres with US (NonEuropean) conventions +NOTICE: DateStyle is ISO with US (NonEuropean) conventions @@ -152,7 +149,7 @@ NOTICE:DateStyle is Postgres with US (NonEuropean) conventions Show the current genetic optimizer (geqo) setting: SHOW GEQO; -NOTICE:GEQO is ON +NOTICE: GEQO is ON beginning with 11 relations