|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated: Sat Dec 6 19:54:03 EST 2003 |
| 3 | +Last updated: Mon Dec 8 08:04:13 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -174,7 +174,7 @@ Commands
|
174 | 174 | * Allow TRUNCATE ... CASCADE/RESTRICT
|
175 | 175 | * Allow PREPARE of cursors
|
176 | 176 | * Allow LISTEN/NOTIFY to store info in memory rather than tables
|
177 |
| -* COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] |
| 177 | +* -COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] |
178 | 178 | (Christopher)
|
179 | 179 | * Add optional textual message to NOTIFY
|
180 | 180 | * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them
|
@@ -260,7 +260,7 @@ Clients
|
260 | 260 | * Prevent unneeded quoting in psql \d output using fmtId()
|
261 | 261 | * Add a libpq function to support Parse/DescribeStatement capability
|
262 | 262 | * Prevent libpq's PQfnumber() from lowercasing the column name
|
263 |
| -* Allow pg_dump to dump CREATE CONVERSION (Christopher) |
| 263 | +* -Allow pg_dump to dump CREATE CONVERSION (Christopher) |
264 | 264 | * Allow fastpast to pass values in portable format
|
265 | 265 |
|
266 | 266 |
|
@@ -461,7 +461,7 @@ Source Code
|
461 | 461 | * Acquire lock on a relation before building a relcache entry for it
|
462 | 462 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
463 | 463 | * Add checks for fclose() failure
|
464 |
| -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1178 2003/12/07 00:54:05 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1178 2003/12/07 00:54:05 momjian Exp $ |
| 464 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1179 2003/12/08 13:04:14 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1179 2003/12/08 13:04:14 momjian Exp $ |
465 | 465 | * Exit postmaster if postgresql.conf can not be opened
|
466 | 466 | * Rename /scripts directory because they are all C programs now
|
467 | 467 | * Allow the regression tests to start postmaster with -i so the tests
|
|
0 commit comments