PostgreSQL TODO List
====================
-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.
* 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
-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
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