mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Minor improvement to DROP TABLE reference page.
This commit is contained in:
parent
0220282266
commit
a619e068d3
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.23 2005/11/19 17:39:44 adunstan Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.24 2006/04/02 03:56:40 neilc Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -29,8 +29,10 @@ DROP TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ..
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<command>DROP TABLE</command> removes tables from the database.
|
<command>DROP TABLE</command> removes tables from the database.
|
||||||
Only its owner may destroy a table. To empty a table of rows,
|
Only its owner may destroy a table. To empty a table of rows
|
||||||
without destroying the table, use <command>DELETE</command>.
|
without destroying the table, use <xref linkend="sql-delete"
|
||||||
|
endterm="sql-delete-title"> or <xref linkend="sql-truncate"
|
||||||
|
endterm="sql-truncate-title">.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user