diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-06-04 23:32:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-06-04 23:32:34 +0000 |
commit | 581a8c9f6d0941740395f6f14c00fe36d9c5b2e1 (patch) | |
tree | 545da5eb6c70e57ae9515330a0cca568b2d80c3f | |
parent | d95fad64d47a2145352c4b3b49199b43c7e82294 (diff) | |
download | postgresql-581a8c9f6d0941740395f6f14c00fe36d9c5b2e1.tar.gz postgresql-581a8c9f6d0941740395f6f14c00fe36d9c5b2e1.zip |
Add TODO.detail:
> * Allow major upgrades without dump/reload, perhaps using pg_upgrade
> [pg_upgrade]
-rw-r--r-- | doc/TODO | 5 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Jun 4 19:05:14 EDT 2005 +Last updated: Sat Jun 4 19:32:31 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -41,7 +41,8 @@ Administration This would allow an application inheriting a pooled connection to know the queries prepared in the current session. -* Allow major upgrades without dump/reload, perhaps using pg_upgrade +* Allow major upgrades without dump/reload, perhaps using pg_upgrade + [pg_upgrade] * Have SHOW ALL and pg_settings show descriptions for server-side variables * Allow GRANT/REVOKE permissions to be applied to all schema objects with one command diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index ab77a844449..62cdd9275d2 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Sat Jun 4 19:05:14 EDT 2005 +Last updated: Sat Jun 4 19:32:31 EDT 2005 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -43,7 +43,8 @@ first. <p> This would allow an application inheriting a pooled connection to know the queries prepared in the current session. </p> - </li><li>Allow major upgrades without dump/reload, perhaps using pg_upgrade + </li><li>Allow major upgrades without dump/reload, perhaps using pg_upgrade + [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?pg_upgrade">pg_upgrade</a>] </li><li>Have SHOW ALL and pg_settings show descriptions for server-side variables </li><li>Allow GRANT/REVOKE permissions to be applied to all schema objects with one command |