mirror of
https://github.com/postgres/postgres.git
synced 2025-10-13 18:28:01 +03:00
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:
8
doc/TODO
8
doc/TODO
@@ -1,7 +1,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
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
|
||||
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
|
||||
|
Reference in New Issue
Block a user