aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-02-01 04:54:43 +0000
committerBruce Momjian <bruce@momjian.us>2005-02-01 04:54:43 +0000
commitbb14d8becf118719e609daa1c4cf25c987b842d2 (patch)
tree837383c14ef3f25f09dc3bf25de160ce11b5efa9
parent4f63cc6a30357d1780f73b056872fe1726c4e9e5 (diff)
downloadpostgresql-bb14d8becf118719e609daa1c4cf25c987b842d2.tar.gz
postgresql-bb14d8becf118719e609daa1c4cf25c987b842d2.zip
Add:
> * Allow GRANT/REVOKE permissions to be inherited by objects based on > schema permissions
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 7ec6db2db44..04eb71d9d84 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Jan 22 15:05:08 EST 2005
+Last updated: Mon Jan 31 23:54:39 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -45,6 +45,8 @@ Administration
* Have SHOW ALL and pg_settings show descriptions for server-side variables
* Allow GRANT/REVOKE permissions to be applied to all schema objects with one
command
+* Allow GRANT/REVOKE permissions to be inherited by objects based on
+ schema permissions
* Remove unreferenced table files created by transactions that were
in-progress when the server terminated abruptly
* Allow reporting of which objects are in which tablespaces