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)]
 

譯者

Postgresql 中文網站 何偉平 <[email protected]>

本頁面中文版由中文 man 手冊頁計劃提供。
 
中文 man 手冊頁計劃: https://github.com/man-pages-zh/manpages-zh

Recommended readings

Pages related to alter_operator_class you should read also:

Questions & Answers

Helpful answers and articles about alter_operator_class you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search