Commit d2c313bc authored by Bruce Momjian's avatar Bruce Momjian

Move item into proper section:

        o Have SHOW ALL and pg_settings show descriptions for server-side variables
parent f04c3940
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Tue Jun 14 11:11:04 EDT 2005 Last updated: Tue Jun 14 14:10:17 EDT 2005
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -43,7 +43,6 @@ Administration ...@@ -43,7 +43,6 @@ Administration
* Allow major upgrades without dump/reload, perhaps using pg_upgrade * Allow major upgrades without dump/reload, perhaps using pg_upgrade
[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 * Allow GRANT/REVOKE permissions to be applied to all schema objects with one
command command
...@@ -541,6 +540,7 @@ Commands ...@@ -541,6 +540,7 @@ Commands
* SHOW/SET * SHOW/SET
o Have SHOW ALL and pg_settings show descriptions for server-side variables
o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
ANALYZE, and CLUSTER ANALYZE, and CLUSTER
o Add SET PATH for schemas (?) o Add SET PATH for schemas (?)
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Tue Jun 14 11:11:04 EDT 2005 Last updated: Tue Jun 14 14:10:17 EDT 2005
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -45,7 +45,6 @@ first. ...@@ -45,7 +45,6 @@ first.
</p> </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>] [<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 </li><li>Allow GRANT/REVOKE permissions to be applied to all schema objects with one
command command
<p> The proposed syntax is: <p> The proposed syntax is:
...@@ -499,7 +498,8 @@ first. ...@@ -499,7 +498,8 @@ first.
</li></ul> </li></ul>
</li><li>SHOW/SET </li><li>SHOW/SET
<ul> <ul>
<li>Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM <li>Have SHOW ALL and pg_settings show descriptions for server-side variables
</li><li>Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
ANALYZE, and CLUSTER ANALYZE, and CLUSTER
</li><li>Add SET PATH for schemas (?) </li><li>Add SET PATH for schemas (?)
<p> This is basically the same as SET search_path. <p> This is basically the same as SET search_path.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment