diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_collation.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_collation.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/drop_collation.sgml b/doc/src/sgml/ref/drop_collation.sgml index 64a48eec2b0..f00c88679b7 100644 --- a/doc/src/sgml/ref/drop_collation.sgml +++ b/doc/src/sgml/ref/drop_collation.sgml @@ -1,6 +1,10 @@ <!-- doc/src/sgml/ref/drop_collation.sgml --> <refentry id="SQL-DROPCOLLATION"> + <indexterm zone="sql-dropcollation"> + <primary>DROP COLLATION</primary> + </indexterm> + <refmeta> <refentrytitle>DROP COLLATION</refentrytitle> <manvolnum>7</manvolnum> @@ -12,10 +16,6 @@ <refpurpose>remove a collation</refpurpose> </refnamediv> - <indexterm zone="sql-dropcollation"> - <primary>DROP COLLATION</primary> - </indexterm> - <refsynopsisdiv> <synopsis> DROP COLLATION [ IF EXISTS ] <replaceable>name</replaceable> [ CASCADE | RESTRICT ] |