]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Tue, 24 Jun 2003 02:39:49 +0000 (02:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 24 Jun 2003 02:39:49 +0000 (02:39 +0000)
> * Modify pg_get_triggerdef() to take a boolean to pretty-print,
>  and use that as part of pg_dump along with psql
>

doc/TODO

index d3150d5e0e296d08e0825b5316d8d98b8dfbcc2c..c2f3497c238fe2171e773049c459438d4d6dd3e1 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Mon Jun 23 21:54:53 EDT 2003
+Last updated:          Mon Jun 23 22:39:49 EDT 2003
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -258,6 +258,9 @@ Clients
   table completion for SELECT * FROM schema_name.
 * Add XML capability to pg_dump and COPY, when backend XML capability
 * Allow SSL-enabled clients to turn off SSL transfers
+* Modify pg_get_triggerdef() to take a boolean to pretty-print,
+ and use that as part of pg_dump along with psql
+
 
 
 * JDBC
@@ -456,7 +459,7 @@ Source Code
 * Acquire lock on a relation before building a relcache entry for it
 * Research interaction of setitimer() and sleep() used by statement_timeout
 * Add checks for fclose() failure
-* Change CVS $Id: TODO,v 1.1063 2003/06/24 01:54:57 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1063 2003/06/24 01:54:57 momjian Exp $
+* Change CVS $Id: TODO,v 1.1064 2003/06/24 02:39:49 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1064 2003/06/24 02:39:49 momjian Exp $
 * Exit postmaster if postgresql.conf can not be opened
 
 * Wire Protocol Changes