Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9b2cee0

Browse files
committed
Add:
> * Modify pg_get_triggerdef() to take a boolean to pretty-print, > and use that as part of pg_dump along with psql >
1 parent f703dee commit 9b2cee0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/TODO

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Jun 23 21:54:53 EDT 2003
3+
Last updated: Mon Jun 23 22:39:49 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -258,6 +258,9 @@ Clients
258258
table completion for SELECT * FROM schema_name.
259259
* Add XML capability to pg_dump and COPY, when backend XML capability
260260
* 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+
261264

262265

263266
* JDBC
@@ -456,7 +459,7 @@ Source Code
456459
* Acquire lock on a relation before building a relcache entry for it
457460
* Research interaction of setitimer() and sleep() used by statement_timeout
458461
* Add checks for fclose() failure
459-
* 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 $
462+
* 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 $
460463
* Exit postmaster if postgresql.conf can not be opened
461464

462465
* Wire Protocol Changes

0 commit comments

Comments
 (0)