Add to TODO:
> > * Fix system views like pg_stat_all_tables to use set-returning > functions, rather than views of per-column functions
This commit is contained in:
parent
8530c82fc4
commit
5d747ddd75
5
doc/TODO
5
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: Thu Jun 26 15:18:30 EDT 2008
|
Last updated: Thu Jun 26 22:38:18 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.
|
||||||
@ -2011,6 +2011,9 @@ Source Code
|
|||||||
|
|
||||||
http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php
|
http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php
|
||||||
|
|
||||||
|
* Fix system views like pg_stat_all_tables to use set-returning
|
||||||
|
functions, rather than views of per-column functions
|
||||||
|
|
||||||
|
|
||||||
* Win32
|
* Win32
|
||||||
|
|
||||||
|
@ -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: Thu Jun 26 15:18:30 EDT 2008
|
Last updated: Thu Jun 26 22:38:18 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>.
|
||||||
@ -1731,6 +1731,8 @@ first. There is also a developer's wiki at<br/>
|
|||||||
</li><li>Implement a module capability for loading /contrib-style extensions
|
</li><li>Implement a module capability for loading /contrib-style extensions
|
||||||
<p> <a href="http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php">http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php</a>
|
<p> <a href="http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php">http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php</a>
|
||||||
</p>
|
</p>
|
||||||
|
</li><li>Fix system views like pg_stat_all_tables to use set-returning
|
||||||
|
functions, rather than views of per-column functions
|
||||||
</li><li>Win32
|
</li><li>Win32
|
||||||
<ul>
|
<ul>
|
||||||
<li>Remove configure.in check for link failure when cause is found
|
<li>Remove configure.in check for link failure when cause is found
|
||||||
|
Loading…
x
Reference in New Issue
Block a user