From 4ee76ad88463e21fdb317e611f9ddc5706f4e792 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 7 Jun 2001 04:50:57 +0000 Subject: reset all: command line and .conf options change defaults on RESET ALL those are restored. show all: GUC + non-GUC. SHOW ALL, RESET ALL Marko Kreen --- doc/src/sgml/ref/reset.sgml | 13 ++++++++++++- doc/src/sgml/ref/show.sgml | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/reset.sgml b/doc/src/sgml/ref/reset.sgml index 7bb87570add..85194663eb2 100644 --- a/doc/src/sgml/ref/reset.sgml +++ b/doc/src/sgml/ref/reset.sgml @@ -1,5 +1,5 @@ @@ -16,6 +16,9 @@ Postgres documentation RESET variable + +RESET ALL + Inputs @@ -30,6 +33,14 @@ RESET variable + + ALL + + + Resets all run-time parameters to default values. + + + diff --git a/doc/src/sgml/ref/show.sgml b/doc/src/sgml/ref/show.sgml index 934b0567f2d..3674a97c5ba 100644 --- a/doc/src/sgml/ref/show.sgml +++ b/doc/src/sgml/ref/show.sgml @@ -1,5 +1,5 @@ @@ -16,6 +16,9 @@ Postgres documentation SHOW name + +SHOW ALL + Inputs @@ -32,6 +35,14 @@ SHOW name + + ALL + + + Show all current session parameters. + + + -- cgit v1.2.3