diff options
Diffstat (limited to 'doc/src/sgml/ref/alter_opfamily.sgml')
-rw-r--r-- | doc/src/sgml/ref/alter_opfamily.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/alter_opfamily.sgml b/doc/src/sgml/ref/alter_opfamily.sgml index aad968d284a..55b912611d9 100644 --- a/doc/src/sgml/ref/alter_opfamily.sgml +++ b/doc/src/sgml/ref/alter_opfamily.sgml @@ -4,6 +4,10 @@ PostgreSQL documentation --> <refentry id="SQL-ALTEROPFAMILY"> + <indexterm zone="sql-alteropfamily"> + <primary>ALTER OPERATOR FAMILY</primary> + </indexterm> + <refmeta> <refentrytitle>ALTER OPERATOR FAMILY</refentrytitle> <manvolnum>7</manvolnum> @@ -15,10 +19,6 @@ PostgreSQL documentation <refpurpose>change the definition of an operator family</refpurpose> </refnamediv> - <indexterm zone="sql-alteropfamily"> - <primary>ALTER OPERATOR FAMILY</primary> - </indexterm> - <refsynopsisdiv> <synopsis> ALTER OPERATOR FAMILY <replaceable>name</replaceable> USING <replaceable class="parameter">index_method</replaceable> ADD |