1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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

This commit is contained in:
Tom Lane
2001-10-15 02:02:06 +00:00
parent df4cba68cf
commit 8f6d72cb39

View File

@ -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>