diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-23 02:52:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-23 02:52:19 +0000 |
commit | 749fe03f7b125e642b1e0dba00e99d093f1ead62 (patch) | |
tree | f3c839d8d31a3378d7af27fdeeab46303909be53 | |
parent | 9c6e543f739a8be1b3862f3b4280d4d9247c3eff (diff) | |
download | postgresql-749fe03f7b125e642b1e0dba00e99d093f1ead62.tar.gz postgresql-749fe03f7b125e642b1e0dba00e99d093f1ead62.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Oct 22 22:51:18 EDT 2001 +Last updated: Mon Oct 22 22:52:02 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 -* Remove LIMIT #,# and force use LIMIT and OFFSET clauses for 7.3 (Bruce) +* Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 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() |