alter_operator_class.7
来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 45 行
7
45 行
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "ALTER OPERATOR CLASS" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMEALTER OPERATOR CLASS \- change the definition of an operator class.SH SYNOPSIS.sp.nfALTER OPERATOR CLASS \fIname\fR USING \fIindex_method\fR RENAME TO \fInewname\fRALTER OPERATOR CLASS \fIname\fR USING \fIindex_method\fR OWNER TO \fInewowner\fR.sp.fi.SH "DESCRIPTION".PP\fBALTER OPERATOR CLASS\fR changes the definition ofan operator class..PPYou must own the operator class to use \fBALTER OPERATOR CLASS\fR.To alter the owner, you must also be a direct or indirect member of the newowning role, and that role must have CREATE privilege onthe operator class's schema. (These restrictions enforce that altering theowner doesn't do anything you couldn't do by dropping and recreating theoperator class. However, a superuser can alter ownership of any operatorclass anyway.).SH "PARAMETERS".TP\fB\fIname\fB\fRThe name (optionally schema-qualified) of an existing operatorclass..TP\fB\fIindex_method\fB\fRThe name of the index method this operator class is for..TP\fB\fInewname\fB\fRThe new name of the operator class..TP\fB\fInewowner\fB\fRThe new owner of the operator class..SH "COMPATIBILITY".PPThere is no \fBALTER OPERATOR CLASS\fR statement inthe SQL standard..SH "SEE ALSO"CREATE OPERATOR CLASS [\fBcreate_operator_class\fR(7)], DROP OPERATOR CLASS [\fBdrop_operator_class\fR(l)]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?