File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2318,9 +2318,16 @@ REVOKE ALL ON accounts FROM PUBLIC;
2318
2318
<primary><type>aclitem</type></primary>
2319
2319
</indexterm>
2320
2320
The privileges that have been granted for a particular object are
2321
- displayed as a list of <type>aclitem</type> entries, where each
2322
- <type>aclitem</type> describes the permissions of one grantee that
2323
- have been granted by a particular grantor. For example,
2321
+ displayed as a list of <type>aclitem</type> entries, each having the
2322
+ format:
2323
+ <synopsis>
2324
+ <replaceable>grantee</replaceable><literal>=</literal><replaceable>privilege-abbreviation</replaceable><optional><literal>*</literal></optional>...<literal>/</literal><replaceable>grantor</replaceable>
2325
+ </synopsis>
2326
+ Each <type>aclitem</type> lists all the permissions of one grantee that
2327
+ have been granted by a particular grantor. Specific privileges are
2328
+ represented by one-letter abbreviations from
2329
+ <xref linkend="privilege-abbrevs-table"/>, with <literal>*</literal>
2330
+ appended if the privilege was granted with grant option. For example,
2324
2331
<literal>calvin=r*w/hobbes</literal> specifies that the role
2325
2332
<literal>calvin</literal> has the privilege
2326
2333
<literal>SELECT</literal> (<literal>r</literal>) with grant option
You can’t perform that action at this time.
0 commit comments