reset.7

来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 52 行

7
52
字号
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "RESET" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMERESET \- restore the value of a run-time parameter to the default value.SH SYNOPSIS.sp.nfRESET \fIconfiguration_parameter\fRRESET ALL.sp.fi.SH "DESCRIPTION".PP\fBRESET\fR restores run-time parameters to theirdefault values. \fBRESET\fR is an alternativespelling for.sp.nfSET \fIconfiguration_parameter\fR TO DEFAULT.sp.fiRefer to SET [\fBset\fR(7)] fordetails..PPThe default value is defined as the value that the parameter wouldhave had, had no \fBSET\fR ever been issued for it in thecurrent session. The actual source of this value might be acompiled-in default, the configuration file, command-line options,or per-database or per-user default settings. See in the documentation for details..PPSee the \fBSET\fR reference page for details on thetransaction behavior of \fBRESET\fR..SH "PARAMETERS".TP\fB\fIconfiguration_parameter\fB\fRThe name of a run-time parameter. See SET [\fBset\fR(7)] for a list..TP\fBALL\fRResets all settable run-time parameters to default values..SH "EXAMPLES".PPSet the geqo configuration variable to its default value:.sp.nfRESET geqo;.sp.fi.SH "COMPATIBILITY".PP\fBRESET\fR is a PostgreSQL extension.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?