Suggest placing audit trail on pg_shadow, not its view pg_user.
This commit is contained in:
parent
df4cba68cf
commit
8f6d72cb39
@ -184,7 +184,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
|
|||||||
control over who can define functions (e.g., write to relations
|
control over who can define functions (e.g., write to relations
|
||||||
with SQL fields) and triggers. Audit trails and alerters on the
|
with SQL fields) and triggers. Audit trails and alerters on the
|
||||||
system catalogs <literal>pg_class</literal>,
|
system catalogs <literal>pg_class</literal>,
|
||||||
<literal>pg_user</literal> and <literal>pg_group</literal> are also
|
<literal>pg_shadow</literal> and <literal>pg_group</literal> are also
|
||||||
possible.
|
possible.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user