summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2008-08-18 15:02:46 +0000
committerBruce Momjian2008-08-18 15:02:46 +0000
commit48a9d92159ed05d568255f52598590433f07a489 (patch)
tree610461899f9d1d1564c9ae48d2f9aa2813c28403
parentf434ebaa9a30007427d8052f5effd459d1ebc360 (diff)
Add to TODO:
> > * Fix all set-returning system functions so they support a wildcard > target list > > SELECT * FROM pg_get_keywords() works but SELECT * FROM > pg_show_all_settings() does not.
-rw-r--r--doc/TODO8
-rw-r--r--doc/src/FAQ/TODO.html7
2 files changed, 13 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 7f2ca2d49f5..ef388b99bea 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian ([email protected])
-Last updated: Fri Aug 15 22:36:53 EDT 2008
+Last updated: Mon Aug 18 11:02:38 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -536,6 +536,12 @@ Functions
http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php
+* Fix all set-returning system functions so they support a wildcard
+ target list
+
+ SELECT * FROM pg_get_keywords() works but SELECT * FROM
+ pg_show_all_settings() does not.
+
Multi-Language Support
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index c9c3a6d4ef0..1dc4fe012b0 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:[email protected]">[email protected]</a>)<br/>
-Last updated: Fri Aug 15 22:36:53 EDT 2008
+Last updated: Mon Aug 18 11:02:38 EDT 2008
</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>.
@@ -464,6 +464,11 @@ first. There is also a developer's wiki at<br/>
transaction state
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php">http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php</a>
</p>
+ </li><li>Fix all set-returning system functions so they support a wildcard
+ target list
+<p> SELECT * FROM pg_get_keywords() works but SELECT * FROM
+ pg_show_all_settings() does not.
+</p>
</li></ul>
<h1><a name="section_5">Multi-Language Support</a></h1>