]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Suggest placing audit trail on pg_shadow, not its view pg_user.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2001 02:02:06 +0000 (02:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2001 02:02:06 +0000 (02:02 +0000)
doc/src/sgml/user-manag.sgml

index d07a7fecc31a5a9394722284a1a3b41436a3ad6d..5b01cb3d3d25c8abcafabc708cd54cb6624e4876 100644 (file)
@@ -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>