mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
Suggest placing audit trail on pg_shadow, not its view pg_user.
This commit is contained in:
parent
df4cba68cf
commit
8f6d72cb39
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
|
|||
control over who can define functions (e.g., write to relations
|
||||
with SQL fields) and triggers. Audit trails and alerters on the
|
||||
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.
|
||||
</para>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue