From fee590c8b110c9f761526595b1b10ce8b8778ee6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 1 Jul 2005 17:32:21 +0000 Subject: Update for roles: < * Allow limits on per-db/user connections > * Allow limits on per-db/role connections < * Prevent default re-use of sysids for dropped users and roles < < Currently, if a user is removed while he still owns objects, a new < user given might be given their user id and inherit the < previous users objects. < 450c444 < * Add COMMENT ON for all cluster global objects (users, roles, databases > * Add COMMENT ON for all cluster global objects (roles, databases 609c603 < users and roles with separate DROP commands > roles with separate DROP commands --- doc/src/FAQ/TODO.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index ddfa9503436..e814ed2ef4c 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Fri Jul 1 13:05:46 EDT 2005
+Last updated: Fri Jul 1 13:32:12 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -26,15 +26,10 @@ first.
This would allow server log information to be easily loaded into a database for analysis. -
-Currently, if a user is removed while he still owns objects, a new - user given might be given their user id and inherit the - previous users objects.