diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-07-20 14:23:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-07-20 14:23:33 +0000 |
commit | 00faa575b0d5f419ef110c758e024b7f54d49aa2 (patch) | |
tree | c18426e81e410746f3669e9f6c56725b9971ce6a | |
parent | 8a59f336bbb8d6829e88c89896472b497d809606 (diff) | |
download | postgresql-00faa575b0d5f419ef110c758e024b7f54d49aa2.tar.gz postgresql-00faa575b0d5f419ef110c758e024b7f54d49aa2.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Jul 18 11:37:27 EDT 2001 +Last updated: Fri Jul 20 10:23:26 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -140,6 +140,7 @@ COMMANDS * Allow RULE recompilation * Add BETWEEN ASYMMETRIC/SYMMETRIC * Change LIMIT val,val to offset,limit to match MySQL +* Allow LIMIT/OFFSET to use expressions * Allow PL/PgSQL's RAISE function to take expressions * Change PL/PgSQL to use palloc() instead of malloc() * -Allow GRANT/REVOKE to handle multiple user/group names |