Skip to content

Commit eed6ff4

Browse files
committed
Add:
* Allow major upgrades without dump/reload, perhaps using pg_upgrade
1 parent aefc08e commit eed6ff4

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 Sep 10 16:17:15 EDT 2003
3+
Last updated: Tue Sep 23 16:45:57 EDT 2003
44

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

@@ -64,6 +64,7 @@ Administration
6464
* Prevent dropping user that still owns objects, or auto-drop the objects
6565
* Allow pooled connections to query prepared queries
6666
* Allow pooled connections to close all open WITH HOLD cursors
67+
* Allow major upgrades without dump/reload, perhaps using pg_upgrade
6768

6869

6970

@@ -499,7 +500,7 @@ Source Code
499500
* Acquire lock on a relation before building a relcache entry for it
500501
* Research interaction of setitimer() and sleep() used by statement_timeout
501502
* Add checks for fclose() failure
502-
* Change CVS $Id: TODO,v 1.1136 2003/09/10 20:17:21 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1136 2003/09/10 20:17:21 momjian Exp $
503+
* Change CVS $Id: TODO,v 1.1137 2003/09/23 20:45:58 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1137 2003/09/23 20:45:58 momjian Exp $
503504
* Exit postmaster if postgresql.conf can not be opened
504505
* Rename /scripts directory because they are all C programs now
505506
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)