alter_operator_class 中文man页面

系统
ALTER OPERATOR CLASS 修改一个操作符表的定义。 目前唯一支持的功能是重命名这个操作符表。

NAME

ALTER OPERATOR CLASS - 修改一个操作符表的定义

SYNOPSIS

ALTER OPERATOR CLASS name USING index_method RENAME TO newname

DESCRIPTION 描述

ALTER OPERATOR CLASS 修改一个操作符表的定义。 目前***支持的功能是重命名这个操作符表。

PARAMETERS 参数

name

 一个现有操作符的名字(可以有模式修饰) class.
index_method

 这个操作符表操作的索引方法的名字。
newname

 操作符表的新名字。

COMPATIBILITY 兼容性


 在 SQL 标准里没有 ALTER OPERATOR CLASS 语句。  

SEE ALSO 参见

CREATE OPERATOR CLASS [create_operator_class(7)], DROP OPERATOR CLASS [drop_operator_class(l)]

#p#

NAME

ALTER OPERATOR CLASS - change the definition of an operator class

SYNOPSIS

ALTER OPERATOR CLASS name USING index_method RENAME TO newname

DESCRIPTION

ALTER OPERATOR CLASS changes the definition of an operator class. The only functionality is to rename the operator class.  

PARAMETERS

name
The name (optionally schema-qualified) of an existing operator class.
index_method
The name of the index method this operator class is for.
newname
The new name of the operator class.

COMPATIBILITY

There is no ALTER OPERATOR CLASS statement in the SQL standard.  

SEE ALSO

CREATE OPERATOR CLASS [create_operator_class(7)], DROP OPERATOR CLASS [drop_operator_class(l)]

责任编辑:韩亚珊 来源: CMPP.net
相关推荐

2011-08-24 14:38:16

DROP OPERAT中文man

2011-08-24 11:26:46

CREATE OPER中文man

2011-08-24 09:02:10

ALTER AGGRE中文man

2011-08-24 11:23:20

CREATE OPER中文man

2011-08-24 14:35:33

DROP OPERAT中文man

2011-08-24 09:39:10

alter_schem中文man

2011-08-24 09:45:14

alter_table中文man

2011-08-24 09:29:18

alter_group中文man

2011-08-24 09:32:13

alter_langu中文man

2011-08-24 09:22:30

alter_domai中文man

2011-08-24 09:26:14

alter_funct中文man

2011-08-24 09:48:46

alter_trigg中文man

2011-08-24 09:18:45

alter_datab中文man

2011-08-24 09:14:47

alter_conve中文man

2011-08-24 09:42:15

alter_seque中文man

2011-08-24 09:51:53

alter_user中文man

2011-08-15 10:21:09

man中文man

2011-08-24 16:48:36

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man
点赞
收藏

51CTO技术栈公众号