summaryrefslogtreecommitdiff
path: root/src/man/reset.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/reset.l')
-rw-r--r--src/man/reset.l39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/man/reset.l b/src/man/reset.l
new file mode 100644
index 0000000000..5fd35db3c5
--- /dev/null
+++ b/src/man/reset.l
@@ -0,0 +1,39 @@
+.\" This is -*-nroff-*-
+.\" XXX standard disclaimer belongs here....
+.\" $Header: /cvsroot/pgsql/src/man/Attic/reset.l,v 1.1 1997/05/16 07:13:49 thomas Exp $
+.TH RESET SQL 05/14/97 PostgreSQL PostgreSQL
+.SH NAME
+reset \(em restore run-time parameters for session to default values
+.SH SYNOPSIS
+.nf
+\fBreset\fR variable
+.fi
+.SH DESCRIPTION
+.BR Reset
+will display the current configuration parameters for
+.IR variable
+during a session.
+.PP
+The session can be configured using
+.IR set (l),
+and values can be displayed using
+.IR show (l).
+Parameters and values are case-insensitive.
+.PP
+See
+.IR set (l)
+for more information on available variables.
+
+.SH EXAMPLES
+.nf
+tgl=> reset DateStyle;
+RESET VARIABLE
+tgl=> reset GEQO;
+RESET VARIABLE
+.fi
+.SH "SEE ALSO"
+built-in(3),
+set(l),
+show(l).
+.SH BUGS
+TBD