aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/drop_view.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/drop_view.sgml')
-rw-r--r--doc/src/sgml/ref/drop_view.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/drop_view.sgml b/doc/src/sgml/ref/drop_view.sgml
index 51b82664cb3..8b43be53600 100644
--- a/doc/src/sgml/ref/drop_view.sgml
+++ b/doc/src/sgml/ref/drop_view.sgml
@@ -4,6 +4,10 @@ PostgreSQL documentation
-->
<refentry id="SQL-DROPVIEW">
+ <indexterm zone="sql-dropview">
+ <primary>DROP VIEW</primary>
+ </indexterm>
+
<refmeta>
<refentrytitle>DROP VIEW</refentrytitle>
<manvolnum>7</manvolnum>
@@ -15,10 +19,6 @@ PostgreSQL documentation
<refpurpose>remove a view</refpurpose>
</refnamediv>
- <indexterm zone="sql-dropview">
- <primary>DROP VIEW</primary>
- </indexterm>
-
<refsynopsisdiv>
<synopsis>
DROP VIEW [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ...] [ CASCADE | RESTRICT ]