aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/help/reset.hlp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pgaccess/lib/help/reset.hlp')
-rw-r--r--src/bin/pgaccess/lib/help/reset.hlp21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/bin/pgaccess/lib/help/reset.hlp b/src/bin/pgaccess/lib/help/reset.hlp
new file mode 100644
index 00000000000..481ee092693
--- /dev/null
+++ b/src/bin/pgaccess/lib/help/reset.hlp
@@ -0,0 +1,21 @@
+.pgaw:Help.f.t insert end "RESET" {bold} " restores variables to the default values. Refer to the SET command for details on allowed values and defaults. RESET is an alternate form for SET variable = DEFAULT
+
+" {} "Synopsis" {bold} "
+
+RESET variable
+
+" {} "Usage" {bold} "
+
+-- reset DateStyle to its default;
+" {} "
+RESET DateStyle;
+
+" {code} "
+-- reset Geqo to its default;
+" {} "RESET GEQO;
+
+" {code} "Notes" {bold} "
+
+The RESET statement is a Postgres language extension.
+
+Refer to SET/SHOW statements to set/show variable values. "