diff options
Diffstat (limited to 'doc/src/sgml/ref/alter_opclass.sgml')
| -rw-r--r-- | doc/src/sgml/ref/alter_opclass.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/alter_opclass.sgml b/doc/src/sgml/ref/alter_opclass.sgml index 0cdeed573a..90c53c6c05 100644 --- a/doc/src/sgml/ref/alter_opclass.sgml +++ b/doc/src/sgml/ref/alter_opclass.sgml @@ -13,8 +13,8 @@ PostgreSQL documentation <refnamediv> <refname>ALTER OPERATOR CLASS</refname> <refpurpose>change the definition of an operator class</refpurpose> - </refnamediv> - + </refnamediv> + <indexterm zone="sql-alteropclass"> <primary>ALTER OPERATOR CLASS</primary> </indexterm> @@ -25,7 +25,7 @@ ALTER OPERATOR CLASS <replaceable>name</replaceable> USING <replaceable class="p ALTER OPERATOR CLASS <replaceable>name</replaceable> USING <replaceable class="parameter">index_method</replaceable> OWNER TO <replaceable>new_owner</replaceable> </synopsis> </refsynopsisdiv> - + <refsect1> <title>Description</title> @@ -44,7 +44,7 @@ ALTER OPERATOR CLASS <replaceable>name</replaceable> USING <replaceable class="p class anyway.) </para> </refsect1> - + <refsect1> <title>Parameters</title> |
