From 1ac838edba409abe87649c6820a9ee492cb1a1c5 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Mon, 14 Jun 1999 07:37:05 +0000 Subject: Minor updates for release. Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml (the emacs parser) to handle parsing. --- doc/src/sgml/ref/show.sgml | 348 ++++++++++++++++++++++++--------------------- 1 file changed, 183 insertions(+), 165 deletions(-) (limited to 'doc/src/sgml/ref/show.sgml') diff --git a/doc/src/sgml/ref/show.sgml b/doc/src/sgml/ref/show.sgml index 4db7531fbd..45dd3800d7 100644 --- a/doc/src/sgml/ref/show.sgml +++ b/doc/src/sgml/ref/show.sgml @@ -1,171 +1,189 @@ - - - -SHOW - -SQL - Language Statements - - - -SHOW - - -Shows run-time parameters for session - - - - -1998-09-24 - - -SHOW variable - + + + + SHOW + + SQL - Language Statements + + + + SHOW + + + Shows run-time parameters for session + + + + + 1998-09-24 + + +SHOW variable + - - - 1998-09-24 - - - Inputs - - - - - - - variable - - - - Refer to SET for more information on available - variables. - - - - - - + + + 1998-09-24 + + + Inputs + + - - - 1998-09-24 - - - Outputs - - - - - - - NOTICE: variable is value - SHOW VARIABLE - - - - Message returned if successfully. - - - - - - NOTICE: Unrecognized variable value - - - - Message returned if value does not exist. - - - - - - - NOTICE: Time zone is unknown - SHOW VARIABLE - - - - If the TZ environment variable is not set. - - - - - - - + + + + variable + + + + Refer to SET for more information on available + variables. + + + + + + - - - 1998-09-24 - - - Description - - - SHOW will display the current - configuration parameters for - variable during a session. - - - The session can be configured using SET statement, - and values - can be restored to the defaults using RESET statement. - Parameters and values are case-insensitive. - + + + 1998-09-24 + + + Outputs + + - - - 1998-09-24 - - - Notes - - - The SHOW is a Postgres - language extension. - - - Refer to SET/RESET - to set/reset variable values. - See also SET TIME ZONE. - - - + + + + NOTICE: ">variabE> is value + SHOW VARIABLE + + + + Message returned if successfully. + + + + + + NOTICE: Unrecognized variable value + + + + Message returned if value does not exist. + + + + + + + NOTICE: Time zone is unknown + SHOW VARIABLE + + + + If the TZ environment variable is not set. + + + + + + + - - - Usage - - - - -- show DateStyle; - SHOW DateStyle; - NOTICE:DateStyle is Postgres with US (NonEuropean) conventions - - -- show Geqo; - SHOW GEQO; - NOTICE:GEQO is ON - - - + + + 1998-09-24 + + + Description + + + SHOW will display the current + configuration parameters for + variable during a session. + + + The session can be configured using SET statement, + and values + can be restored to the defaults using RESET statement. + Parameters and values are case-insensitive. + - - - Compatibility - - - - - - - 1998-09-24 - - - SQL92 - - - There is no SET defined in SQL92. - - - - + + + 1998-09-24 + + + Notes + + + The SHOW is a Postgres + language extension. + + + Refer to SET/RESET + to set/reset variable values. + See also SET TIME ZONE. + + + + + + + Usage + + + +-- show DateStyle; +SHOW DateStyle; +NOTICE:DateStyle is Postgres with US (NonEuropean) conventions + +-- show Geqo; +SHOW GEQO; +NOTICE:GEQO is ON + + + + + + + Compatibility + + + + + + + 1998-09-24 + + + SQL92 + + + There is no SHOW defined in SQL92. + + + + + + -- cgit v1.2.1