[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: DROP_OPERATOR_CLASS.7
File is not writable. Editing disabled.
'\" t .\" Title: DROP OPERATOR CLASS .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> .\" Date: 2017-11-06 .\" Manual: PostgreSQL 9.2.24 Documentation .\" Source: PostgreSQL 9.2.24 .\" Language: English .\" .TH "DROP OPERATOR CLASS" "7" "2017-11-06" "PostgreSQL 9.2.24" "PostgreSQL 9.2.24 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" DROP_OPERATOR_CLASS \- remove an operator class .\" DROP OPERATOR CLASS .SH "SYNOPSIS" .sp .nf DROP OPERATOR CLASS [ IF EXISTS ] \fIname\fR USING \fIindex_method\fR [ CASCADE | RESTRICT ] .fi .SH "DESCRIPTION" .PP \fBDROP OPERATOR CLASS\fR drops an existing operator class\&. To execute this command you must be the owner of the operator class\&. .PP \fBDROP OPERATOR CLASS\fR does not drop any of the operators or functions referenced by the class\&. If there are any indexes depending on the operator class, you will need to specify CASCADE for the drop to complete\&. .SH "PARAMETERS" .PP IF EXISTS .RS 4 Do not throw an error if the operator class does not exist\&. A notice is issued in this case\&. .RE .PP \fIname\fR .RS 4 The name (optionally schema\-qualified) of an existing operator class\&. .RE .PP \fIindex_method\fR .RS 4 The name of the index access method the operator class is for\&. .RE .PP CASCADE .RS 4 Automatically drop objects that depend on the operator class\&. .RE .PP RESTRICT .RS 4 Refuse to drop the operator class if any objects depend on it\&. This is the default\&. .RE .SH "NOTES" .PP \fBDROP OPERATOR CLASS\fR will not drop the operator family containing the class, even if there is nothing else left in the family (in particular, in the case where the family was implicitly created by \fBCREATE OPERATOR CLASS\fR)\&. An empty operator family is harmless, but for the sake of tidiness you might wish to remove the family with \fBDROP OPERATOR FAMILY\fR; or perhaps better, use \fBDROP OPERATOR FAMILY\fR in the first place\&. .SH "EXAMPLES" .PP Remove the B\-tree operator class widget_ops: .sp .if n \{\ .RS 4 .\} .nf DROP OPERATOR CLASS widget_ops USING btree; .fi .if n \{\ .RE .\} .sp This command will not succeed if there are any existing indexes that use the operator class\&. Add CASCADE to drop such indexes along with the operator class\&. .SH "COMPATIBILITY" .PP There is no \fBDROP OPERATOR CLASS\fR statement in the SQL standard\&. .SH "SEE ALSO" ALTER OPERATOR CLASS (\fBALTER_OPERATOR_CLASS\fR(7)), CREATE OPERATOR CLASS (\fBCREATE_OPERATOR_CLASS\fR(7)), DROP OPERATOR FAMILY (\fBDROP_OPERATOR_FAMILY\fR(7))
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 691.41 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: N/A