mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Remove redundant privilege doc sentences.
This commit is contained in:
parent
bda27e502f
commit
8a849cdee4
@ -1419,18 +1419,10 @@ ALTER TABLE products RENAME TO items;
|
|||||||
(or a superuser) can do anything with the object. To allow
|
(or a superuser) can do anything with the object. To allow
|
||||||
other roles to use it, <firstterm>privileges</firstterm> must be
|
other roles to use it, <firstterm>privileges</firstterm> must be
|
||||||
granted.
|
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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
There are several different privileges: <literal>SELECT</>,
|
There are different kinds of privileges: <literal>SELECT</>,
|
||||||
<literal>INSERT</>, <literal>UPDATE</>, <literal>DELETE</>,
|
<literal>INSERT</>, <literal>UPDATE</>, <literal>DELETE</>,
|
||||||
<literal>TRUNCATE</>, <literal>REFERENCES</>, <literal>TRIGGER</>,
|
<literal>TRUNCATE</>, <literal>REFERENCES</>, <literal>TRIGGER</>,
|
||||||
<literal>CREATE</>, <literal>CONNECT</>, <literal>TEMPORARY</>,
|
<literal>CREATE</>, <literal>CONNECT</>, <literal>TEMPORARY</>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user