summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/drop_collation.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/drop_collation.sgml')
-rw-r--r--doc/src/sgml/ref/drop_collation.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_collation.sgml b/doc/src/sgml/ref/drop_collation.sgml
index 0afcaaf2dee..64a48eec2b0 100644
--- a/doc/src/sgml/ref/drop_collation.sgml
+++ b/doc/src/sgml/ref/drop_collation.sgml
@@ -84,8 +84,7 @@ DROP COLLATION [ IF EXISTS ] <replaceable>name</replaceable> [ CASCADE | RESTRIC
To drop the collation named <literal>german</>:
<programlisting>
DROP COLLATION german;
-</programlisting>
- </para>
+</programlisting></para>
</refsect1>
<refsect1 id="sql-dropcollation-compat">