mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add:
> * Make CLUSTER preserve recently-dead tuples per MVCC requirements
This commit is contained in:
3
doc/TODO
3
doc/TODO
@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
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.
|
||||
@ -416,6 +416,7 @@ SQL Commands
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user