Done:
authorBruce Momjian
Mon, 1 Aug 2005 14:05:03 +0000 (14:05 +0000)
committerBruce Momjian
Mon, 1 Aug 2005 14:05:03 +0000 (14:05 +0000)
<  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/TODO
doc/src/FAQ/TODO.html

index 163eeeb120c142c0c63da3d36bbfb91249c520f3..d5192b07185ec0957a4103048527cbead4585605 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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.
@@ -420,7 +420,7 @@ SQL Commands
    o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
    o Allow ALTER TABLE to change constraint deferrability and actions
    o Disallow dropping of an inherited constraint
-   o Allow objects to be moved to different schemas
+   o -Allow objects to be moved to different schemas
    o Allow ALTER TABLESPACE to move to different directories
    o Allow databases to be moved to different tablespaces
    o Allow moving system tables to other tablespaces, where possible
@@ -467,8 +467,8 @@ SQL Commands
 * GRANT/REVOKE
 
    o Allow column-level privileges
-   * 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
 
      The proposed syntax is:
        GRANT SELECT ON ALL TABLES IN public TO phpuser;
index d818a1defd8816bb3f4c4237a2337d3a9d37b948..97cd92a387b4bdf734777e8142bd2da24e105f60 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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
  •    
           
    • Allow column-level privileges
    • -    
        -      
      • Allow GRANT/REVOKE permissions to be applied to all schema objects with one
      • -          command
        +    
      • Allow GRANT/REVOKE permissions to be applied to all schema objects
      • +          with one command
         

                  The proposed syntax is:

         

                        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