Commit b1620c53 authored by Bruce Momjian's avatar Bruce Momjian

Done:

                o -Allow PL/python to composite types and result sets
parent 5e33d6df
...@@ -2,7 +2,7 @@ c ...@@ -2,7 +2,7 @@ c
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Wed Aug 30 20:34:28 EDT 2006 Last updated: Sat Sep 2 08:29:12 EDT 2006
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.
...@@ -744,10 +744,8 @@ SQL Commands ...@@ -744,10 +744,8 @@ SQL Commands
http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php
o Allow PL/python to composite types and result sets o -Allow PL/python to composite types and result sets
once buggy assert-enabled versions of python can be detected
http://archives.postgresql.org/pgsql-patches/2006-04/msg00087.php
Clients Clients
======= =======
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
PostgreSQL TODO List PostgreSQL TODO List
</p><hr/> </p><hr/>
Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Wed Aug 30 20:34:28 EDT 2006 Last updated: Sat Sep 2 08:29:12 EDT 2006
<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>.
...@@ -675,10 +675,7 @@ first. ...@@ -675,10 +675,7 @@ first.
</li><li>Add PL/Python tracebacks </li><li>Add PL/Python tracebacks
<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php">http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php</a> <p> <a href="http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php">http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php</a>
</p> </p>
</li><li>Allow PL/python to composite types and result sets </li><li>-<em>Allow PL/python to composite types and result sets</em>
once buggy assert-enabled versions of python can be detected
<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-04/msg00087.php">http://archives.postgresql.org/pgsql-patches/2006-04/msg00087.php</a>
</p>
</li></ul> </li></ul>
</li></ul> </li></ul>
</li></ul> </li></ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment