|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Jun 2321:54:53 EDT 2003 |
| 3 | +Last updated:Mon Jun 2322:39:49 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -258,6 +258,9 @@ Clients
|
258 | 258 | table completion for SELECT * FROM schema_name.
|
259 | 259 | * Add XML capability to pg_dump and COPY, when backend XML capability
|
260 | 260 | * Allow SSL-enabled clients to turn off SSL transfers
|
| 261 | +* Modify pg_get_triggerdef() to take a boolean to pretty-print, |
| 262 | + and use that as part of pg_dump along with psql |
| 263 | + |
261 | 264 |
|
262 | 265 |
|
263 | 266 | * JDBC
|
@@ -456,7 +459,7 @@ Source Code
|
456 | 459 | * Acquire lock on a relation before building a relcache entry for it
|
457 | 460 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
458 | 461 | * Add checks for fclose() failure
|
459 |
| -* Change CVS $Id: TODO,v 1.1063 2003/06/2401:54:57 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1063 2003/06/2401:54:57 momjian Exp $ |
| 462 | +* Change CVS $Id: TODO,v 1.1064 2003/06/2402:39:49 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1064 2003/06/2402:39:49 momjian Exp $ |
460 | 463 | * Exit postmaster if postgresql.conf can not be opened
|
461 | 464 |
|
462 | 465 | * Wire Protocol Changes
|
|