diff options
author | Bruce Momjian | 2004-05-24 03:23:00 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-05-24 03:23:00 +0000 |
commit | ffd1880bb4d76c4c887002b353bd38777d6ee743 (patch) | |
tree | 41a79be4b77ec881d96f4225b867d0da40ea5750 | |
parent | 3661d1d6e0342332c98c7a7ad5849e7e963f9615 (diff) |
Add:
> * Allow GRANT/REVOKE permissions to be given to all schema objects with one command
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu May 20 12:35:32 EDT 2004 +Last updated: Sun May 23 23:22:58 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -49,6 +49,7 @@ Administration * Allow major upgrades without dump/reload, perhaps using pg_upgrade * Have SHOW ALL and pg_settings show descriptions for server-side variables(Joe) * Allow external interfaces to extend the GUC variable set +* Allow GRANT/REVOKE permissions to be given to all schema objects with one command Data Types |