|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated: Tue Jun 1411:11:04 EDT 2005 |
| 11 | +Last updated: Tue Jun 1414:10:17 EDT 2005 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -45,7 +45,6 @@ <h1><a name="section_2">Administration</a></h1>
|
45 | 45 | </p>
|
46 | 46 | </li><li>Allow major upgrades without dump/reload, perhaps using pg_upgrade
|
47 | 47 | [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?pg_upgrade">pg_upgrade</a>]
|
48 |
| -</li><li>Have SHOW ALL and pg_settings show descriptions for server-side variables |
49 | 48 | </li><li>Allow GRANT/REVOKE permissions to be applied to all schema objects with one
|
50 | 49 | command
|
51 | 50 | <p> The proposed syntax is:
|
@@ -499,7 +498,8 @@ <h1><a name="section_7">Commands</a></h1>
|
499 | 498 | </li></ul>
|
500 | 499 | </li><li>SHOW/SET
|
501 | 500 | <ul>
|
502 |
| -<li>Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM |
| 501 | +<li>Have SHOW ALL and pg_settings show descriptions for server-side variables |
| 502 | +</li><li>Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM |
503 | 503 | ANALYZE, and CLUSTER
|
504 | 504 | </li><li>Add SET PATH for schemas (?)
|
505 | 505 | <p> This is basically the same as SET search_path.
|
|