|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Wed Feb14 10:12:28 EST 2001 |
| 3 | +Last updated:Thu Feb15 11:03:37 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -202,7 +202,7 @@ CLIENTS |
202 | 202 | * add XML interface capability |
203 | 203 | * -Allow dumping of users/groups separately |
204 | 204 | * Add a global RESET command for use with connection pooling |
205 | | -* Remove <=6.3 version compatibility in ODBC |
| 205 | +* Remove <=6.3 version compatibility in ODBC? |
206 | 206 |
|
207 | 207 | REFERENTIAL INTEGRITY |
208 | 208 |
|
@@ -258,6 +258,7 @@ MISCELLANEOUS |
258 | 258 | * Encrpyt passwords in pg_shadow table using MD5 (Vince) |
259 | 259 | * -Use flock() to prevent multiple postmasters on the same port (Tom) |
260 | 260 | * Allow Java server-side programming [java] |
| 261 | +* Add sed-like regular expression search/replace capability |
261 | 262 |
|
262 | 263 | PERFORMANCE |
263 | 264 | ----------- |
|