|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: Tue Aug 8 15:02:08 EDT 2006 |
| 11 | +Last updated: Tue Aug 8 15:03:53 EDT 2006 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -623,6 +623,9 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
623 | 623 | </li><li>Allow function parameters to be passed by name,
|
624 | 624 | get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
|
625 | 625 | </li><li>Add Oracle-style packages (Pavel)
|
| 626 | +<p> A package would be a schema with its own variables, |
| 627 | + private functions, and initialization functions |
| 628 | +</p> |
626 | 629 | </li><li>Allow handling of %TYPE arrays, e.g. tab.col%TYPE[<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?"></a>]
|
627 | 630 | </li><li>Allow listing of record column names, and access to
|
628 | 631 | record columns via variables, e.g. columns := r.(*),
|
|