Commit a051da02 authored by Bruce Momjian's avatar Bruce Momjian

Done:

> 	o -Allow PL/pgSQL EXECUTE query_var INTO record_var;
parent dcf2e1c8
...@@ -2,7 +2,7 @@ ...@@ -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 11:24:03 EDT 2005 Last updated: Sun Jun 26 21:53:52 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.
...@@ -575,7 +575,7 @@ Commands ...@@ -575,7 +575,7 @@ Commands
o Add Oracle-style packages o Add Oracle-style packages
o Add table function support to pltcl, plperl, plpython (?) o Add table function support to pltcl, plperl, plpython (?)
o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3) o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
o Allow PL/pgSQL EXECUTE query_var INTO record_var; o -Allow PL/pgSQL EXECUTE query_var INTO record_var;
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
......
...@@ -8,7 +8,7 @@ ...@@ -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 11:24:03 EDT 2005 Last updated: Sun Jun 26 21:53:52 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>.
...@@ -532,7 +532,7 @@ first. ...@@ -532,7 +532,7 @@ first.
</li><li>Add Oracle-style packages </li><li>Add Oracle-style packages
</li><li>Add table function support to pltcl, plperl, plpython (?) </li><li>Add table function support to pltcl, plperl, plpython (?)
</li><li>Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3) </li><li>Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
</li><li>Allow PL/pgSQL EXECUTE query_var INTO record_var; </li><li>-<em>Allow PL/pgSQL EXECUTE query_var INTO record_var;</em>
</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
......
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