Commit 8f6d72cb authored by Tom Lane's avatar Tom Lane

Suggest placing audit trail on pg_shadow, not its view pg_user.

parent df4cba68
...@@ -184,7 +184,7 @@ REVOKE ALL ON accounts FROM PUBLIC; ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment