summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_opclass.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut2003-08-31 17:32:24 +0000
committerPeter Eisentraut2003-08-31 17:32:24 +0000
commitc326d8f4f20a9b98f6faa760ccf2cd13fb289dc8 (patch)
tree1ba34c08d0f1094232d68da7909fc94c66fce994 /doc/src/sgml/ref/alter_opclass.sgml
parentcf8e9169688a33678b2b17f6bf1796e553d2b5b3 (diff)
Add/edit index entries.
Diffstat (limited to 'doc/src/sgml/ref/alter_opclass.sgml')
-rw-r--r--doc/src/sgml/ref/alter_opclass.sgml6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_opclass.sgml b/doc/src/sgml/ref/alter_opclass.sgml
index 5a9694c73a8..be31dd98eb3 100644
--- a/doc/src/sgml/ref/alter_opclass.sgml
+++ b/doc/src/sgml/ref/alter_opclass.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_opclass.sgml,v 1.1 2003/06/27 14:45:26 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_opclass.sgml,v 1.2 2003/08/31 17:32:21 petere Exp $
PostgreSQL documentation
-->
@@ -14,6 +14,10 @@ PostgreSQL documentation
<refpurpose>change the definition of an operator class</refpurpose>
</refnamediv>
+ <indexterm zone="sql-alteropclass">
+ <primary>ALTER OPERATOR CLASS</primary>
+ </indexterm>
+
<refsynopsisdiv>
<synopsis>
ALTER OPERATOR CLASS <replaceable>name</replaceable> USING <replaceable class="parameter">index_method</replaceable> RENAME TO <replaceable>newname</replaceable>