|
8 | 8 | <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
9 | 9 | <h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated: Thu Jun 15 12:02:27 EDT 2006 |
| 11 | +Last updated: Thu Jun 15 12:53:32 EDT 2006 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -604,24 +604,36 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
604 | 604 | </li></ul>
|
605 | 605 | </li><li>Server-Side Languages
|
606 | 606 | <ul>
|
607 |
| - <li>Fix PL/pgSQL RENAME to work on variables other than OLD/NEW |
608 |
| - </li><li>Allow function parameters to be passed by name, |
609 |
| - get_employee_salary(emp_id => 12345, tax_year => 2001) |
610 |
| - </li><li>Add Oracle-style packages |
611 |
| - </li><li>Add table function support to pltcl, plpython |
612 |
| - </li><li>Add capability to create and call PROCEDURES |
613 |
| - </li><li>Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?"></a>] |
614 |
| - </li><li>Allow function argument names to be statements from PL/PgSQL |
615 |
| - </li><li>Add MOVE to PL/pgSQL |
616 |
| - </li><li>Add support for polymorphic arguments and return types to |
617 |
| - languages other than PL/PgSQL |
618 |
| - </li><li>Add support for OUT and INOUT parameters to languages other |
619 |
| - than PL/PgSQL |
620 |
| - </li><li>Add single-step debugging of PL/PgSQL functions |
621 |
| - </li><li>Allow PL/PgSQL to support WITH HOLD cursors |
622 |
| - </li><li>Allow PL/PgSQL RETURN to return row or record functions |
623 |
| -<p> <a href="http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php">http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php</a> |
| 607 | + <li>PL/pgSQL |
| 608 | + <ul> |
| 609 | + <li>Fix RENAME to work on variables other than OLD/NEW |
| 610 | + </li><li>Allow function parameters to be passed by name, |
| 611 | + get_employee_salary(emp_id => 12345, tax_year => 2001) |
| 612 | + </li><li>Add Oracle-style packages |
| 613 | + </li><li>Allow handling of %TYPE arrays, e.g. tab.col%TYPE[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?"></a>] |
| 614 | + </li><li>Allow listing of record column names, and access to |
| 615 | + record columns via variables, e.g. columns := r.(*), |
| 616 | + tval2 := r.(colname) |
| 617 | +<p> <a href="http://archives.postgresql.org/pgsql-patches/2005-07/msg00458.php">http://archives.postgresql.org/pgsql-patches/2005-07/msg00458.php</a> |
| 618 | + <a href="http://archives.postgresql.org/pgsql-patches/2006-05/msg00302.php">http://archives.postgresql.org/pgsql-patches/2006-05/msg00302.php</a> |
| 619 | + <a href="http://archives.postgresql.org/pgsql-patches/2006-06/msg00031.php">http://archives.postgresql.org/pgsql-patches/2006-06/msg00031.php</a> |
| 620 | +</p> |
| 621 | + </li><li>Add MOVE |
| 622 | + </li><li>Add single-step debugging of functions |
| 623 | + </li><li>Add support for WITH HOLD cursors |
| 624 | + </li><li>Allow PL/RETURN to return row or record functions |
| 625 | +<p> <a href="http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php">http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php</a> |
624 | 626 | </p>
|
| 627 | + </li></ul> |
| 628 | + </li><li>Other |
| 629 | + <ul> |
| 630 | + <li>Add table function support to pltcl, plpython |
| 631 | + </li><li>Add support for polymorphic arguments and return types to |
| 632 | + languages other than PL/PgSQL |
| 633 | + </li><li>Add capability to create and call PROCEDURES |
| 634 | + </li><li>Add support for OUT and INOUT parameters to languages other |
| 635 | + than PL/PgSQL |
| 636 | + </li></ul> |
625 | 637 | </li></ul>
|
626 | 638 | </li></ul>
|
627 | 639 | <h1><a name="section_9">Clients</a></h1>
|
|
0 commit comments