aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-10-23 02:51:35 +0000
committerBruce Momjian <bruce@momjian.us>2001-10-23 02:51:35 +0000
commit9c6e543f739a8be1b3862f3b4280d4d9247c3eff (patch)
tree650549ec3bea7d4720b7d75832634e61a7a3e434
parent8dded696e6cd94a3ce444e6bec64c908f67eb610 (diff)
downloadpostgresql-9c6e543f739a8be1b3862f3b4280d4d9247c3eff.tar.gz
postgresql-9c6e543f739a8be1b3862f3b4280d4d9247c3eff.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 915e444e36a..867d741c92b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Oct 19 10:58:57 EDT 2001
+Last updated: Mon Oct 22 22:51:18 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -155,7 +155,7 @@ COMMANDS
* -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
* Allow RULE recompilation
* Add BETWEEN ASYMMETRIC/SYMMETRIC
-* -Change LIMIT val,val to offset,limit to match MySQL (Bruce)
+* Remove LIMIT #,# and force use LIMIT and OFFSET clauses for 7.3 (Bruce)
* Allow LIMIT/OFFSET to use expressions
* Allow PL/PgSQL's RAISE function to take expressions
* Change PL/PgSQL to use palloc() instead of malloc()