diff options
author | Bruce Momjian | 2000-10-12 01:22:39 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-10-12 01:22:39 +0000 |
commit | 5ff3756446d485978ba833c5e343ad2e3ea7071d (patch) | |
tree | 4f1afce1c85a4ff56e0e1985286a097bf1064448 | |
parent | f41f8eebe73895da37f5529afc23e1de38a59854 (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: Mon Oct 9 15:41:14 EDT 2000 +Last updated: Wed Oct 11 21:22:25 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -129,7 +129,7 @@ COMMANDS * Auto-destroy sequence on DROP of table with SERIAL(Ryan) * Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock] * Allow INSERT/UPDATE of system-generated oid value for a row -* Allow ESCAPE '\' at the end of LIKE for ANSI compliance [like] +* -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] * Allow RULE recompilation |