From 914314493573e5adffcd79ed84c8c2f2c358504f Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Fri, 9 Jun 2006 18:41:57 +0000
Subject: Cleanups:
< * Allow a database in tablespace t1 with tables created in
> o Allow a database in tablespace t1 with tables created in
125c125
< * Allow reporting of which objects are in which tablespaces
> o Allow reporting of which objects are in which tablespaces
593c593
< * Allow GRANT/REVOKE permissions to be inherited by objects based on
> o Allow GRANT/REVOKE permissions to be inherited by objects based on
596c596
< * Allow SERIAL sequences to inherit permissions from the base table?
> o Allow SERIAL sequences to inherit permissions from the base table?
---
doc/src/FAQ/TODO.html | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index db86ba12bf5..6ea071e4bd9 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 Jun 9 14:12:22 EDT 2006
+Last updated: Fri Jun 9 14:41:37 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -120,16 +120,14 @@ first.
requires a tool that will call that function and connect to each
database to find the objects in each database for that tablespace.
-
+ Allow per-tablespace quotas
Point-In-Time Recovery (PITR)
@@ -537,11 +535,9 @@ first.
GRANT SELECT ON ALL TABLES IN public TO phpuser;
GRANT SELECT ON NEW TABLES IN public TO phpuser;
-
- - Allow GRANT/REVOKE permissions to be inherited by objects based on
+
- Allow GRANT/REVOKE permissions to be inherited by objects based on
schema permissions
-
- Allow SERIAL sequences to inherit permissions from the base table?
-
+ Allow SERIAL sequences to inherit permissions from the base table?
CURSOR