drop_conversion.7
来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 45 行
7
45 行
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "DROP CONVERSION" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMEDROP CONVERSION \- remove a conversion.SH SYNOPSIS.sp.nfDROP CONVERSION [ IF EXISTS ] \fIname\fR [ CASCADE | RESTRICT ].sp.fi.SH "DESCRIPTION".PP\fBDROP CONVERSION\fR removes a previously defined conversion.To be able to drop a conversion, you must own the conversion..SH "PARAMETERS".TP\fBIF EXISTS\fRDo not throw an error if the conversion does not exist. A notice is issued in this case..TP\fB\fIname\fB\fRThe name of the conversion. The conversion name may beschema-qualified..TP\fBCASCADE\fR.TP\fBRESTRICT\fRThese key words do not have any effect, since there are nodependencies on conversions..SH "EXAMPLES".PPTo drop the conversion named myname:.sp.nfDROP CONVERSION myname;.sp.fi.SH "COMPATIBILITY".PPThere is no \fBDROP CONVERSION\fR statement in the SQLstandard..SH "SEE ALSO"ALTER CONVERSION [\fBalter_conversion\fR(7)], CREATE CONVERSION [\fBcreate_conversion\fR(l)]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?