Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit48a9d92

Browse files
committed
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.
1 parentf434eba commit48a9d92

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

‎doc/TODO

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer:Bruce Momjian (bruce@momjian.us)
4-
Last updated:Fri Aug15 22:36:53 EDT 2008
4+
Last updated:Mon Aug18 11:02:38 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -536,6 +536,12 @@ Functions
536536

537537
http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php
538538

539+
* Fix all set-returning system functions so they support a wildcard
540+
target list
541+
542+
SELECT * FROM pg_get_keywords() works but SELECT * FROM
543+
pg_show_all_settings() does not.
544+
539545

540546

541547
Multi-Language Support

‎doc/src/FAQ/TODO.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated:Fri Aug15 22:36:53 EDT 2008
11+
Last updated:Mon Aug18 11:02:38 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -463,6 +463,11 @@ <h1><a name="section_4">Functions</a></h1>
463463
</li><li>Allow calling of a procedure outside a SELECT that can control the
464464
transaction state
465465
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php">http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php</a>
466+
</p>
467+
</li><li>Fix all set-returning system functions so they support a wildcard
468+
target list
469+
<p> SELECT * FROM pg_get_keywords() works but SELECT * FROM
470+
pg_show_all_settings() does not.
466471
</p>
467472
</li></ul>
468473
<h1><aname="section_5">Multi-Language Support</a></h1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp