drop_language.7

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

7
49
字号
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "DROP LANGUAGE" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMEDROP LANGUAGE \- remove a procedural language.SH SYNOPSIS.sp.nfDROP [ PROCEDURAL ] LANGUAGE [ IF EXISTS ] \fIname\fR [ CASCADE | RESTRICT ].sp.fi.SH "DESCRIPTION".PP\fBDROP LANGUAGE\fR will remove the definitionof the previously registered procedural language called\fIname\fR..SH "PARAMETERS".TP\fBIF EXISTS\fRDo not throw an error if the function does not exist. A notice is issued in this case..TP\fB\fIname\fB\fRThe name of an existing procedural language. For backwardcompatibility, the name may be enclosed by single quotes..TP\fBCASCADE\fRAutomatically drop objects that depend on the language (such asfunctions in the language)..TP\fBRESTRICT\fRRefuse to drop the language if any objects depend on it. Thisis the default..SH "EXAMPLES".PPThis command removes the procedural languageplsample:.sp.nfDROP LANGUAGE plsample;.sp.fi.SH "COMPATIBILITY".PPThere is no \fBDROP LANGUAGE\fR statement in the SQLstandard..SH "SEE ALSO"ALTER LANGUAGE [\fBalter_language\fR(7)], CREATE LANGUAGE [\fBcreate_language\fR(l)], \fBdroplang\fR(1)

⌨️ 快捷键说明

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