summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2011-05-16 15:22:25 +0000
committerBruce Momjian2011-05-16 15:22:25 +0000
commit8a849cdee4dff3406a405e83e9504ebc52bbcfaa (patch)
treed78d70740ca901d7a67890742cf3d324383779a4
parentbda27e502fe9a3e9c54f065e4bc1315c3f2a57d7 (diff)
Remove redundant privilege doc sentences.
-rw-r--r--doc/src/sgml/ddl.sgml10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 03c1fa03bfb..9709dd613ff 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, <firstterm>privileges</firstterm> must be
granted.
- There are several different kinds of privilege: <literal>SELECT</>,
- <literal>INSERT</>, <literal>UPDATE</>, <literal>DELETE</>,
- <literal>TRUNCATE</>, <literal>REFERENCES</>, <literal>TRIGGER</>,
- <literal>CREATE</>, <literal>CONNECT</>, <literal>TEMPORARY</>,
- <literal>EXECUTE</>, and <literal>USAGE</>.
- For more information on the different types of privileges supported by
- <productname>PostgreSQL</productname>, see the
- <xref linkend="sql-grant"> reference page.
</para>
<para>
- There are several different privileges: <literal>SELECT</>,
+ There are different kinds of privileges: <literal>SELECT</>,
<literal>INSERT</>, <literal>UPDATE</>, <literal>DELETE</>,
<literal>TRUNCATE</>, <literal>REFERENCES</>, <literal>TRIGGER</>,
<literal>CREATE</>, <literal>CONNECT</>, <literal>TEMPORARY</>,