aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-06-14 18:24:06 +0000
committerBruce Momjian <bruce@momjian.us>2005-06-14 18:24:06 +0000
commitcf48d8b3aa8f3f5e096ed26f1d09ae0a6be621ca (patch)
treef170f182da9e78343afba7bb41ba639dcf36ce07
parentd2c313bcf5ec6ccff1ed2218bc30cde8ab2fea1c (diff)
downloadpostgresql-cf48d8b3aa8f3f5e096ed26f1d09ae0a6be621ca.tar.gz
postgresql-cf48d8b3aa8f3f5e096ed26f1d09ae0a6be621ca.zip
Update:
< o Have SHOW ALL and pg_settings show descriptions for server-side variables > o Have SHOW ALL show descriptions for server-side variables
-rw-r--r--doc/TODO4
-rw-r--r--doc/src/FAQ/TODO.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index eb9db1ee43c..2d6350fd8af 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Tue Jun 14 14:10:17 EDT 2005
+Last updated: Tue Jun 14 14:23:59 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -540,7 +540,7 @@ Commands
* SHOW/SET
- o Have SHOW ALL and pg_settings show descriptions for server-side variables
+ o Have SHOW ALL show descriptions for server-side variables
o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
ANALYZE, and CLUSTER
o Add SET PATH for schemas (?)
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index a34af9aebe7..f6ae4d0d9a9 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: Tue Jun 14 14:10:17 EDT 2005
+Last updated: Tue Jun 14 14:23:59 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>.
@@ -498,7 +498,7 @@ first.
</li></ul>
</li><li>SHOW/SET
<ul>
- <li>Have SHOW ALL and pg_settings show descriptions for server-side variables
+ <li>Have SHOW ALL show descriptions for server-side variables
</li><li>Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
ANALYZE, and CLUSTER
</li><li>Add SET PATH for schemas (?)