aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/help/show.hlp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pgaccess/lib/help/show.hlp')
-rw-r--r--src/bin/pgaccess/lib/help/show.hlp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/bin/pgaccess/lib/help/show.hlp b/src/bin/pgaccess/lib/help/show.hlp
deleted file mode 100644
index 1e291dbf1e8..00000000000
--- a/src/bin/pgaccess/lib/help/show.hlp
+++ /dev/null
@@ -1,23 +0,0 @@
-.pgaw:Help.f.t insert end "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.
-
-" {} "Synopsis" {bold} "
-
-SHOW variable
-
-" {} "Usage" {bold} "
-" {} "
--- show DateStyle;
-SHOW DateStyle;
-NOTICE:DateStyle is Postgres with US (NonEuropean) conventions
-
--- show Geqo;
-SHOW GEQO;
-NOTICE:GEQO is ON
-
-" {code} "Notes" {bold} "
-
-The SHOW is a Postgres language extension.
-
-Refer to SET/RESET to set/reset variable values. See also SET TIME ZONE. "