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

Commit 581a8c9

Browse files
committed
Add TODO.detail:
> * Allow major upgrades without dump/reload, perhaps using pg_upgrade > [pg_upgrade]
1 parent d95fad6 commit 581a8c9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Sat Jun 4 19:05:14 EDT 2005
5+
Last updated: Sat Jun 4 19:32:31 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -41,7 +41,8 @@ Administration
4141
This would allow an application inheriting a pooled connection to know
4242
the queries prepared in the current session.
4343

44-
* Allow major upgrades without dump/reload, perhaps using pg_upgrade
44+
* Allow major upgrades without dump/reload, perhaps using pg_upgrade
45+
[pg_upgrade]
4546
* Have SHOW ALL and pg_settings show descriptions for server-side variables
4647
* Allow GRANT/REVOKE permissions to be applied to all schema objects with one
4748
command

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sat Jun 4 19:05:14 EDT 2005
11+
Last updated: Sat Jun 4 19:32:31 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -43,7 +43,8 @@ <h1><a name="section_2">Administration</a></h1>
4343
<p> This would allow an application inheriting a pooled connection to know
4444
the queries prepared in the current session.
4545
</p>
46-
</li><li>Allow major upgrades without dump/reload, perhaps using pg_upgrade
46+
</li><li>Allow major upgrades without dump/reload, perhaps using pg_upgrade
47+
[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?pg_upgrade">pg_upgrade</a>]
4748
</li><li>Have SHOW ALL and pg_settings show descriptions for server-side variables
4849
</li><li>Allow GRANT/REVOKE permissions to be applied to all schema objects with one
4950
command

0 commit comments

Comments
 (0)