Add:
> o Pass arrays natively instead of as text between plperl and postgres > o Add support for polymorphic arguments and return types to plperl
This commit is contained in:
parent
557a978b87
commit
252600fade
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Sat Jun 25 08:37:41 EDT 2005
|
Last updated: Sat Jun 25 11:24:03 EDT 2005
|
||||||
|
|
||||||
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.
|
||||||
@ -579,6 +579,8 @@ Commands
|
|||||||
o Add capability to create and call PROCEDURES
|
o Add capability to create and call PROCEDURES
|
||||||
o Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[]
|
o Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[]
|
||||||
o Add MOVE to PL/pgSQL
|
o Add MOVE to PL/pgSQL
|
||||||
|
o Pass arrays natively instead of as text between plperl and postgres
|
||||||
|
o Add support for polymorphic arguments and return types to plperl
|
||||||
|
|
||||||
|
|
||||||
Clients
|
Clients
|
||||||
|
@ -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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
||||||
Last updated: Sat Jun 25 08:37:41 EDT 2005
|
Last updated: Sat Jun 25 11:24:03 EDT 2005
|
||||||
</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>.
|
||||||
@ -536,6 +536,8 @@ first.
|
|||||||
</li><li>Add capability to create and call PROCEDURES
|
</li><li>Add capability to create and call PROCEDURES
|
||||||
</li><li>Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?"></a>]
|
</li><li>Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?"></a>]
|
||||||
</li><li>Add MOVE to PL/pgSQL
|
</li><li>Add MOVE to PL/pgSQL
|
||||||
|
</li><li>Pass arrays natively instead of as text between plperl and postgres
|
||||||
|
</li><li>Add support for polymorphic arguments and return types to plperl
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
<h1><a name="section_8">Clients</a></h1>
|
<h1><a name="section_8">Clients</a></h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user