> * Make CLUSTER preserve recently-dead tuples per MVCC requirements
PostgreSQL TODO List
====================
-Last updated: Thu Dec 29 11:45:08 EST 2005
+Last updated: Thu Dec 29 22:25:01 EST 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* Allow COMMENT ON to accept an expression rather than just a string
* Allow the count returned by SELECT, etc to be to represent as an int64
to allow a higher range of values
+* Make CLUSTER preserve recently-dead tuples per MVCC requirements
* CREATE
-Last updated: Thu Dec 29 11:45:08 EST 2005
+Last updated: Thu Dec 29 22:25:01 EST 2005
The most recent version of this document can be viewed at
Allow COMMENT ON to accept an expression rather than just a string
Allow the count returned by SELECT, etc to be to represent as an int64
to allow a higher range of values
+
Make CLUSTER preserve recently-dead tuples per MVCC requirements
CREATE
Allow CREATE TABLE AS to determine column lengths for complex