projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df4cba6
)
Suggest placing audit trail on pg_shadow, not its view pg_user.
author
Tom Lane
Mon, 15 Oct 2001 02:02:06 +0000
(
02:02
+0000)
committer
Tom Lane
Mon, 15 Oct 2001 02:02:06 +0000
(
02:02
+0000)
doc/src/sgml/user-manag.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/user-manag.sgml
b/doc/src/sgml/user-manag.sgml
index d07a7fecc31a5a9394722284a1a3b41436a3ad6d..5b01cb3d3d25c8abcafabc708cd54cb6624e4876 100644
(file)
--- a/
doc/src/sgml/user-manag.sgml
+++ b/
doc/src/sgml/user-manag.sgml
@@
-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.