Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8a849cd

Browse files
committed
Remove redundant privilege doc sentences.
1 parentbda27e5 commit8a849cd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

‎doc/src/sgml/ddl.sgml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,18 +1419,10 @@ ALTER TABLE products RENAME TO items;
14191419
(or a superuser) can do anything with the object. To allow
14201420
other roles to use it, <firstterm>privileges</firstterm> must be
14211421
granted.
1422-
There are several different kinds of privilege: <literal>SELECT</>,
1423-
<literal>INSERT</>, <literal>UPDATE</>, <literal>DELETE</>,
1424-
<literal>TRUNCATE</>, <literal>REFERENCES</>, <literal>TRIGGER</>,
1425-
<literal>CREATE</>, <literal>CONNECT</>, <literal>TEMPORARY</>,
1426-
<literal>EXECUTE</>, and <literal>USAGE</>.
1427-
For more information on the different types of privileges supported by
1428-
<productname>PostgreSQL</productname>, see the
1429-
<xref linkend="sql-grant"> reference page.
14301422
</para>
14311423

14321424
<para>
1433-
There areseveraldifferent privileges: <literal>SELECT</>,
1425+
There are different kinds of privileges: <literal>SELECT</>,
14341426
<literal>INSERT</>, <literal>UPDATE</>, <literal>DELETE</>,
14351427
<literal>TRUNCATE</>, <literal>REFERENCES</>, <literal>TRIGGER</>,
14361428
<literal>CREATE</>, <literal>CONNECT</>, <literal>TEMPORARY</>,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp