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

Commit 12911ea

Browse files
committed
Add:;
> * Allow server log information to be output as INSERT statements
1 parent 4b1c669 commit 12911ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Jul 30 15:16:14 EDT 2003
3+
Last updated: Wed Jul 30 16:23:29 EDT 2003
44

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

@@ -59,6 +59,7 @@ Administration
5959
* -Allow CIDR format to be used in pg_hba.conf
6060
* Allow logging of only data definition(DDL), or DDL and modification statements
6161
* Allow log lines to include session-level information, like database and user
62+
* Allow server log information to be output as INSERT statements
6263

6364

6465
Data Types
@@ -473,7 +474,7 @@ Source Code
473474
* Acquire lock on a relation before building a relcache entry for it
474475
* Research interaction of setitimer() and sleep() used by statement_timeout
475476
* Add checks for fclose() failure
476-
* Change CVS $Id: TODO,v 1.1099 2003/07/30 19:16:18 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1099 2003/07/30 19:16:18 momjian Exp $
477+
* Change CVS $Id: TODO,v 1.1100 2003/07/30 20:23:32 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1100 2003/07/30 20:23:32 momjian Exp $
477478
* Exit postmaster if postgresql.conf can not be opened
478479
* Rename /scripts directory because they are all C programs now
479480
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)