projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c32f81
)
Document who can drop a table (owner and user with permissions).
author
Bruce Momjian
<bruce@momjian.us>
Thu, 13 Oct 2011 14:05:54 +0000
(10:05 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 13 Oct 2011 14:05:54 +0000
(10:05 -0400)
doc/src/sgml/ref/drop_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/drop_table.sgml
b/doc/src/sgml/ref/drop_table.sgml
index 26fe76e1f8d3f79fad7f86bd6700dc4d4d3bd517..239767f39440499f443d8716f8195c8d8c9696e7 100644
(file)
--- a/
doc/src/sgml/ref/drop_table.sgml
+++ b/
doc/src/sgml/ref/drop_table.sgml
@@
-30,7
+30,8
@@
DROP TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ..
<para>
<command>DROP TABLE</command> removes tables from the database.
- Only its owner can drop a table. To empty a table of rows
+ Only its owner and users with the proper permissions can drop a
+ table. To empty a table of rows
without destroying the table, use <xref linkend="sql-delete">
or <xref linkend="sql-truncate">.
</para>