diff options
Diffstat (limited to 'doc/src/sgml/ref/alter_collation.sgml')
| -rw-r--r-- | doc/src/sgml/ref/alter_collation.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/alter_collation.sgml b/doc/src/sgml/ref/alter_collation.sgml index ebb30b8860..11ecd93c20 100644 --- a/doc/src/sgml/ref/alter_collation.sgml +++ b/doc/src/sgml/ref/alter_collation.sgml @@ -4,6 +4,10 @@ PostgreSQL documentation --> <refentry id="SQL-ALTERCOLLATION"> + <indexterm zone="sql-altercollation"> + <primary>ALTER COLLATION</primary> + </indexterm> + <refmeta> <refentrytitle>ALTER COLLATION</refentrytitle> <manvolnum>7</manvolnum> @@ -15,10 +19,6 @@ PostgreSQL documentation <refpurpose>change the definition of a collation</refpurpose> </refnamediv> - <indexterm zone="sql-altercollation"> - <primary>ALTER COLLATION</primary> - </indexterm> - <refsynopsisdiv> <synopsis> ALTER COLLATION <replaceable>name</replaceable> RENAME TO <replaceable>new_name</replaceable> |
