diff options
Diffstat (limited to 'doc/src/sgml/ref/alter_operator.sgml')
-rw-r--r-- | doc/src/sgml/ref/alter_operator.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/alter_operator.sgml b/doc/src/sgml/ref/alter_operator.sgml index 32bde5af7cf..60754163204 100644 --- a/doc/src/sgml/ref/alter_operator.sgml +++ b/doc/src/sgml/ref/alter_operator.sgml @@ -4,6 +4,10 @@ PostgreSQL documentation --> <refentry id="SQL-ALTEROPERATOR"> + <indexterm zone="sql-alteroperator"> + <primary>ALTER OPERATOR</primary> + </indexterm> + <refmeta> <refentrytitle>ALTER OPERATOR</refentrytitle> <manvolnum>7</manvolnum> @@ -15,10 +19,6 @@ PostgreSQL documentation <refpurpose>change the definition of an operator</refpurpose> </refnamediv> - <indexterm zone="sql-alteroperator"> - <primary>ALTER OPERATOR</primary> - </indexterm> - <refsynopsisdiv> <synopsis> ALTER OPERATOR <replaceable>name</replaceable> ( { <replaceable>left_type</replaceable> | NONE } , { <replaceable>right_type</replaceable> | NONE } ) OWNER TO <replaceable>new_owner</replaceable> |