diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_database.sgml')
| -rw-r--r-- | doc/src/sgml/ref/drop_database.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/drop_database.sgml b/doc/src/sgml/ref/drop_database.sgml index 89ee7b2507..740aa31995 100644 --- a/doc/src/sgml/ref/drop_database.sgml +++ b/doc/src/sgml/ref/drop_database.sgml @@ -4,6 +4,10 @@ PostgreSQL documentation --> <refentry id="SQL-DROPDATABASE"> + <indexterm zone="sql-dropdatabase"> + <primary>DROP DATABASE</primary> + </indexterm> + <refmeta> <refentrytitle>DROP DATABASE</refentrytitle> <manvolnum>7</manvolnum> @@ -15,10 +19,6 @@ PostgreSQL documentation <refpurpose>remove a database</refpurpose> </refnamediv> - <indexterm zone="sql-dropdatabase"> - <primary>DROP DATABASE</primary> - </indexterm> - <refsynopsisdiv> <synopsis> DROP DATABASE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> |
