diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_table.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_table.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_table.sgml b/doc/src/sgml/ref/drop_table.sgml index 80527cf01a3..11dfaf8cfb0 100644 --- a/doc/src/sgml/ref/drop_table.sgml +++ b/doc/src/sgml/ref/drop_table.sgml @@ -12,7 +12,7 @@ <REFPURPOSE> Removes existing tables from a database </REFPURPOSE> - + </refnamediv> <REFSYNOPSISDIV> <REFSYNOPSISDIVINFO> <DATE>1998-09-22</DATE> @@ -70,7 +70,11 @@ DROP TABLE <REPLACEABLE CLASS="PARAMETER">table</REPLACEABLE> [, ...] <LISTITEM> <PARA> If the specified table or view does not exist in the database. - </VARIABLELIST> + </para> + </listitem> + </varlistentry> + </VARIABLELIST> + </para> </REFSECT2> </REFSYNOPSISDIV> |