From: Bruce Momjian Date: Mon, 16 May 2011 15:22:25 +0000 (-0400) Subject: Remove redundant privilege doc sentences. X-Git-Tag: REL9_1_BETA2~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a849cdee4dff3406a405e83e9504ebc52bbcfaa;p=postgresql Remove redundant privilege doc sentences. --- diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 03c1fa03bf..9709dd613f 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -1419,18 +1419,10 @@ ALTER TABLE products RENAME TO items; (or a superuser) can do anything with the object. To allow other roles to use it, privileges must be granted. - There are several different kinds of privilege: SELECT, - INSERT, UPDATE, DELETE, - TRUNCATE, REFERENCES, TRIGGER, - CREATE, CONNECT, TEMPORARY, - EXECUTE, and USAGE. - For more information on the different types of privileges supported by - PostgreSQL, see the - reference page. - There are several different privileges: SELECT, + There are different kinds of privileges: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, TRIGGER, CREATE, CONNECT, TEMPORARY,