Suggest placing audit trail on pg_shadow, not its view pg_user.
authorTom Lane
Mon, 15 Oct 2001 02:02:06 +0000 (02:02 +0000)
committerTom Lane
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 pg_class,
-   pg_user and pg_group are also
+   pg_shadow and pg_group are also
    possible.