|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Oct 9 15:41:14 EDT 2000 |
| 3 | +Last updated:Wed Oct11 21:22:25 EDT 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -129,7 +129,7 @@ COMMANDS
|
129 | 129 | * Auto-destroy sequence on DROP of table with SERIAL(Ryan)
|
130 | 130 | * Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
|
131 | 131 | * Allow INSERT/UPDATE of system-generated oid value for a row
|
132 |
| -* Allow ESCAPE '\' at the end of LIKE for ANSI compliance[like] |
| 132 | +*-Allow ESCAPE '\' at the end of LIKE for ANSI compliance(Thomas) |
133 | 133 | * Rewrite the LIKE handling by rewriting the user string with the
|
134 | 134 | supplied ESCAPE [like]
|
135 | 135 | * Allow RULE recompilation
|
|