diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_cast.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_cast.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/drop_cast.sgml b/doc/src/sgml/ref/drop_cast.sgml index 589c6ac39b3..dae3a39fce2 100644 --- a/doc/src/sgml/ref/drop_cast.sgml +++ b/doc/src/sgml/ref/drop_cast.sgml @@ -1,6 +1,10 @@ <!-- doc/src/sgml/ref/drop_cast.sgml --> <refentry id="SQL-DROPCAST"> + <indexterm zone="sql-dropcast"> + <primary>DROP CAST</primary> + </indexterm> + <refmeta> <refentrytitle>DROP CAST</refentrytitle> <manvolnum>7</manvolnum> @@ -12,10 +16,6 @@ <refpurpose>remove a cast</refpurpose> </refnamediv> - <indexterm zone="sql-dropcast"> - <primary>DROP CAST</primary> - </indexterm> - <refsynopsisdiv> <synopsis> DROP CAST [ IF EXISTS ] (<replaceable>source_type</replaceable> AS <replaceable>target_type</replaceable>) [ CASCADE | RESTRICT ] |