PostgreSQL TODO List
====================
-Last updated: Fri Sep 29 22:59:01 EDT 2006
+Last updated: Fri Sep 29 23:55:30 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
partition selection.
* Allow auto-selection of partitioned tables for min/max() operations
+* Allow more complex user/database default GUC settings
+ Currently, ALTER USER and ALTER DATABASE support per-user and
+ per-database defaults. Consider adding per-user-and-database
+ defaults so things like search_path can be defaulted for a
+ specific user connecting to a specific database.
* Improve replication solutions
Triggers
========
+
* Add deferred trigger queue file
Right now all deferred trigger information is stored in backend
http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
+
Indexes
=======
-Last updated: Fri Sep 29 22:59:01 EDT 2006
+Last updated: Fri Sep 29 23:55:30 EDT 2006
The most recent version of this document can be viewed at
partition selection.
Allow auto-selection of partitioned tables for min/max() operations
+
Allow more complex user/database default GUC settings
+
Currently, ALTER USER and ALTER DATABASE support per-user and
+ per-database defaults. Consider adding per-user-and-database
+ defaults so things like search_path can be defaulted for a
+ specific user connecting to a specific database.
+
Improve replication solutions
Load balancing
+
Add deferred trigger queue file
Right now all deferred trigger information is stored in backend