From: Bruce Momjian Date: Sat, 15 Oct 2011 14:08:02 +0000 (-0400) Subject: Improve doc wording of drop table permission. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2deba6d4056f0cc4fa0019471194d6b5942c38ab;p=users%2Fhanada%2Fpostgres.git Improve doc wording of drop table permission. --- diff --git a/doc/src/sgml/ref/drop_table.sgml b/doc/src/sgml/ref/drop_table.sgml index 239767f394..fc51c7c622 100644 --- a/doc/src/sgml/ref/drop_table.sgml +++ b/doc/src/sgml/ref/drop_table.sgml @@ -30,7 +30,7 @@ DROP TABLE [ IF EXISTS ] name [, .. DROP TABLE removes tables from the database. - Only its owner and users with the proper permissions can drop a + Only the table owner, the schema owner, and superuser can drop a table. To empty a table of rows without destroying the table, use or .