From 523997daf103c27c4abd379ce029f2867460ea3b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 1 Aug 2005 14:05:03 +0000 Subject: Done: < o Allow objects to be moved to different schemas > o -Allow objects to be moved to different schemas Fix word wrap: < * Allow GRANT/REVOKE permissions to be applied to all schema objects with one < command > o Allow GRANT/REVOKE permissions to be applied to all schema objects > with one command --- doc/src/FAQ/TODO.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index d818a1defd8..97cd92a387b 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sun Jul 31 20:52:25 EDT 2005 +Last updated: Mon Aug 1 10:04:49 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -384,7 +384,7 @@ first.

  • Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
  • Allow ALTER TABLE to change constraint deferrability and actions
  • Disallow dropping of an inherited constraint -
  • Allow objects to be moved to different schemas +
  • -Allow objects to be moved to different schemas
  • Allow ALTER TABLESPACE to move to different directories
  • Allow databases to be moved to different tablespaces
  • Allow moving system tables to other tablespaces, where possible @@ -425,14 +425,14 @@ first.
  • GRANT/REVOKE