aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-02-01 04:56:53 +0000
committerBruce Momjian <bruce@momjian.us>2005-02-01 04:56:53 +0000
commit68b0e29800f618d39600173de8bdbb8c13132a3e (patch)
tree20941ca54e90bc3654b6bfcac17d5c6aa0e5f923
parentbb14d8becf118719e609daa1c4cf25c987b842d2 (diff)
downloadpostgresql-68b0e29800f618d39600173de8bdbb8c13132a3e.tar.gz
postgresql-68b0e29800f618d39600173de8bdbb8c13132a3e.zip
Add FETCH/MOVE:
< * Change LIMIT/OFFSET to use int8 > * Change LIMIT/OFFSET and FETCH/MOVE to use int8
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 04eb71d9d84..95955d166ea 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Mon Jan 31 23:54:39 EST 2005
+Last updated: Mon Jan 31 23:56:45 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -308,7 +308,7 @@ Commands
========
* Add BETWEEN ASYMMETRIC/SYMMETRIC
-* Change LIMIT/OFFSET to use int8
+* Change LIMIT/OFFSET and FETCH/MOVE to use int8
* Allow CREATE TABLE AS to determine column lengths for complex
expressions like SELECT col1 || col2
* Allow UPDATE to handle complex aggregates [update] (?)