From: Bruce Momjian Date: Thu, 13 Oct 2011 14:05:54 +0000 (-0400) Subject: Document who can drop a table (owner and user with permissions). X-Git-Tag: REL9_2_BETA1~982 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf72528e87dd59ba6833c912e3712413dde6669d;p=postgresql Document who can drop a table (owner and user with permissions). --- diff --git a/doc/src/sgml/ref/drop_table.sgml b/doc/src/sgml/ref/drop_table.sgml index 26fe76e1f8..239767f394 100644 --- a/doc/src/sgml/ref/drop_table.sgml +++ b/doc/src/sgml/ref/drop_table.sgml @@ -30,7 +30,8 @@ DROP TABLE [ IF EXISTS ] name [, .. DROP TABLE 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 or .