Add warning about TODO item:
authorBruce Momjian
Tue, 17 Apr 2007 20:50:34 +0000 (20:50 +0000)
committerBruce Momjian
Tue, 17 Apr 2007 20:50:34 +0000 (20:50 +0000)
<   Currently all schemas are owned by the super-user because they are
<   copied from the template1 database.
>   Currently all schemas are owned by the super-user because they are copied
>   from the template1 database.  However, since all objects are inherited
>   from the template database, it is not clear that setting schemas to the db
>   owner is correct.

doc/TODO
doc/src/FAQ/TODO.html

index fbed6c8be3f4cf4a238bdc9c57b5f7d44dd2fb9d..f167c9e587467af460c617ed034f384984b28e31 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Apr 17 16:47:44 EDT 2007
+Last updated:      Tue Apr 17 16:50:27 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -39,8 +39,10 @@ Administration
 
 * Set proper permissions on non-system schemas during db creation
 
-  Currently all schemas are owned by the super-user because they are
-  copied from the template1 database.
+  Currently all schemas are owned by the super-user because they are copied
+  from the template1 database.  However, since all objects are inherited
+  from the template database, it is not clear that setting schemas to the db
+  owner is correct.
 
 * Support table partitioning that allows a single table to be stored
   in subtables that are partitioned based on the primary key or a WHERE
index 3eee7359d71ce065c6b70aa6bef8e771a984bc90..a4bf4c2d89989a56e458e0b68b25ee0e964ed5aa 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Apr 17 16:47:44 EDT 2007
+Last updated:           Tue Apr 17 16:50:27 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -41,8 +41,10 @@ first.  There is also a developer's wiki at
   http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php
 

   
  • Set proper permissions on non-system schemas during db creation
  • -

      Currently all schemas are owned by the super-user because they are

    -  copied from the template1 database.
    +

      Currently all schemas are owned by the super-user because they are copied

    +  from the template1 database.  However, since all objects are inherited
    +  from the template database, it is not clear that setting schemas to the db
    +  owner is correct.
     

       
  • Support table partitioning that allows a single table to be stored
  •    in subtables that are partitioned based on the primary key or a WHERE