File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2280,9 +2280,16 @@ REVOKE ALL ON accounts FROM PUBLIC;
2280
2280
<primary><type>aclitem</type></primary>
2281
2281
</indexterm>
2282
2282
The privileges that have been granted for a particular object are
2283
- displayed as a list of <type>aclitem</type> entries, where each
2284
- <type>aclitem</type> describes the permissions of one grantee that
2285
- have been granted by a particular grantor. For example,
2283
+ displayed as a list of <type>aclitem</type> entries, each having the
2284
+ format:
2285
+ <synopsis>
2286
+ <replaceable>grantee</replaceable><literal>=</literal><replaceable>privilege-abbreviation</replaceable><optional><literal>*</literal></optional>...<literal>/</literal><replaceable>grantor</replaceable>
2287
+ </synopsis>
2288
+ Each <type>aclitem</type> lists all the permissions of one grantee that
2289
+ have been granted by a particular grantor. Specific privileges are
2290
+ represented by one-letter abbreviations from
2291
+ <xref linkend="privilege-abbrevs-table"/>, with <literal>*</literal>
2292
+ appended if the privilege was granted with grant option. For example,
2286
2293
<literal>calvin=r*w/hobbes</literal> specifies that the role
2287
2294
<literal>calvin</literal> has the privilege
2288
2295
<literal>SELECT</literal> (<literal>r</literal>) with grant option
You can’t perform that action at this time.
0 commit comments