diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-01-25 03:50:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-01-25 03:50:11 +0000 |
commit | cb8fd6087563161404aab895732a49e60af4148d (patch) | |
tree | ab952c524afb8e45ae22da35089699c508896a8e | |
parent | 211f5afd403a35132a5de46c40a93d2a9faf40cb (diff) |
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: Wed Jan 24 18:55:23 EST 2001 +Last updated: Wed Jan 24 22:50:01 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -170,7 +170,7 @@ COMMANDS * -Allow ORDER BY...LIMIT in INSERT INTO ... SELECT (Tom) * -Allow ESCAPE '\' at the end of LIKE for ANSI compliance (Thomas) * -Rewrite the LIKE handling by rewriting the user string with the - supplied ESCAPE [like] + supplied ESCAPE * Allow RULE recompilation * -Support UNION/INTERSECT/EXCEPT in sub-selects * -Allow DELETE and UPDATE to use inheritance |