deallocate.7
来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 32 行
7
32 行
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "DEALLOCATE" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMEDEALLOCATE \- deallocate a prepared statement.SH SYNOPSIS.sp.nfDEALLOCATE [ PREPARE ] \fIname\fR.sp.fi.SH "DESCRIPTION".PP\fBDEALLOCATE\fR is used to deallocate a previouslyprepared SQL statement. If you do not explicitly deallocate aprepared statement, it is deallocated when the session ends..PPFor more information on prepared statements, see PREPARE [\fBprepare\fR(7)]..SH "PARAMETERS".TP\fBPREPARE\fRThis key word is ignored..TP\fB\fIname\fB\fRThe name of the prepared statement to deallocate..SH "COMPATIBILITY".PPThe SQL standard includes a \fBDEALLOCATE\fRstatement, but it is only for use in embedded SQL..SH "SEE ALSO"EXECUTE [\fBexecute\fR(7)], PREPARE [\fBprepare\fR(l)]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?