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.
This commit is contained in:
parent
f434ebaa9a
commit
48a9d92159
8
doc/TODO
8
doc/TODO
@ -1,7 +1,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
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
|
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.
|
||||||
@ -536,6 +536,12 @@ Functions
|
|||||||
|
|
||||||
http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php
|
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
|
Multi-Language Support
|
||||||
|
@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Fri Aug 15 22:36:53 EDT 2008
|
Last updated: Mon Aug 18 11:02:38 EDT 2008
|
||||||
</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>.
|
||||||
@ -463,6 +463,11 @@ first. There is also a developer's wiki at<br/>
|
|||||||
</li><li>Allow calling of a procedure outside a SELECT that can control the
|
</li><li>Allow calling of a procedure outside a SELECT that can control the
|
||||||
transaction state
|
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> <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>
|
</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
<h1><a name="section_5">Multi-Language Support</a></h1>
|
<h1><a name="section_5">Multi-Language Support</a></h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user