mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add:
> * Simplify ability to create partitioned tables > > This would allow creation of partitioned tables without requiring > creation of rules for INSERT/UPDATE/DELETE, and constraints for > rapid partition selection. Options could include range and hash > partition selection. > > * Allow auto-selection of partitioned tables for min/max() operations
This commit is contained in:
10
doc/TODO
10
doc/TODO
@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Sat Sep 2 18:58:54 EDT 2006
|
||||
Last updated: Sat Sep 2 19:47:37 EDT 2006
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -64,6 +64,14 @@ Administration
|
||||
|
||||
* -Re-enable the GUC full_page_writes in 8.2 when reliability issues have
|
||||
been addressed
|
||||
* Simplify ability to create partitioned tables
|
||||
|
||||
This would allow creation of partitioned tables without requiring
|
||||
creation of rules for INSERT/UPDATE/DELETE, and constraints for
|
||||
rapid partition selection. Options could include range and hash
|
||||
partition selection.
|
||||
|
||||
* Allow auto-selection of partitioned tables for min/max() operations
|
||||
|
||||
|
||||
* Improve replication solutions
|
||||
|
Reference in New Issue
Block a user