|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
SQL Commands RESET()
NAME
RESET - restore the value of a run-time parameter to the
default value
SYNOPSIS
RESET name
RESET ALL
DESCRIPTION
RESET restores run-time parameters to their default values.
RESET is an alternative spelling for
SET parameter TO DEFAULT
Refer to SET [set(5)] for details.
The default value is defined as the value that the parameter
would have had, had no SET ever been issued for it in the
current session. The actual source of this value might be a
compiled-in default, the configuration file, command-line
options, or per-database or per-user default settings. See
the documentation for details.
See the SET reference page for details on the transaction
behavior of RESET.
PARAMETERS
name The name of a run-time parameter. See SET [set(5)] for
a list.
ALL Resets all settable run-time parameters to default
values.
EXAMPLES
Set the geqo configuration variable to its default value:
RESET geqo;
COMPATIBILITY
RESET is a PostgreSQL extension.
SQL - Language StatemLast change: 2005-11-05 1
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 12 11:27:57 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5334 hits) (openSUSE 10.2)
svn man page (5208 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (4870 hits) (Solaris 10 11_06)
CPAN man page (4607 hits) (Suse Linux 10.1)
ssh man page (4342 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2876 hits) (Solaris 10 11_06)
netcat man page (2717 hits) (Suse Linux 10.1)
pprosetup man page (2487 hits) (Solaris 10 11_06)
startproc man page (2471 hits) (Suse Linux 10.1)
signal man page (2407 hits) (Suse Linux 10.1)
|