File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22PostgreSQL TODO List
33====================
44Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5- Last updated: Tue Jun 14 11:11:04 EDT 2005
5+ Last updated: Tue Jun 14 14:10:17 EDT 2005
66
77The most recent version of this document can be viewed at
88http://www.postgresql.org/docs/faqs.TODO.html.
@@ -43,7 +43,6 @@ Administration
4343
4444* Allow major upgrades without dump/reload, perhaps using pg_upgrade
4545 [pg_upgrade]
46- * Have SHOW ALL and pg_settings show descriptions for server-side variables
4746* Allow GRANT/REVOKE permissions to be applied to all schema objects with one
4847 command
4948
@@ -541,6 +540,7 @@ Commands
541540
542541
543542* SHOW/SET
543+ o Have SHOW ALL and pg_settings show descriptions for server-side variables
544544 o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
545545 ANALYZE, and CLUSTER
546546 o Add SET PATH for schemas (?)
Original file line number Diff line number Diff line change 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: Tue Jun 14 11:11:04 EDT 2005
11+ Last updated: Tue Jun 14 14:10:17 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 > .
@@ -45,7 +45,6 @@ <h1><a name="section_2">Administration</a></h1>
4545</ p >
4646 </ li > < li > Allow major upgrades without dump/reload, perhaps using pg_upgrade
4747 [< a href ="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
4948 </ li > < li > Allow GRANT/REVOKE permissions to be applied to all schema objects with one
5049 command
5150< p > The proposed syntax is:
@@ -499,7 +498,8 @@ <h1><a name="section_7">Commands</a></h1>
499498 </ li > </ ul >
500499 </ li > < li > SHOW/SET
501500 < 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
503503 ANALYZE, and CLUSTER
504504 </ li > < li > Add SET PATH for schemas (?)
505505< p > This is basically the same as SET search_path.
You can’t perform that action at this time.
0 commit comments