diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_table.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_table.sgml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/drop_table.sgml b/doc/src/sgml/ref/drop_table.sgml index 5f979f52275..5c90c18b1f5 100644 --- a/doc/src/sgml/ref/drop_table.sgml +++ b/doc/src/sgml/ref/drop_table.sgml @@ -1,6 +1,11 @@ +<!-- +$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.6 1999/07/22 15:09:11 thomas Exp $ +Postgres documentation +--> + <refentry id="SQL-DROPTABLE"> <refmeta> - <refentrytitle> + <refentrytitle id="SQL-DROPTABLE-TITLE"> DROP TABLE </refentrytitle> <refmiscinfo>SQL - Language Statements</refmiscinfo> @@ -15,7 +20,7 @@ </refnamediv> <refsynopsisdiv> <refsynopsisdivinfo> - <date>1998-09-22</date> + <date>1999-07-20</date> </refsynopsisdivinfo> <synopsis> DROP TABLE <replaceable class="PARAMETER">name</replaceable> [, ...] @@ -127,8 +132,6 @@ DROP TABLE films, distributors; <title> Compatibility </title> - <para> - </para> <refsect2 id="R2-SQL-DROPTABLE-4"> <refsect2info> |