|
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 18:39:04 EDT 2006 |
| 11 | +Last updated: Tue Aug 8 18:51:31 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>.
|
@@ -624,7 +624,10 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
624 | 624 | get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
|
625 | 625 | </li><li>Add Oracle-style packages (Pavel)
|
626 | 626 | <p> A package would be a schema with its own variables,
|
627 |
| - private functions, and initialization functions |
| 627 | + private functions, and initialization functions. It |
| 628 | + is also possible to implement these capabilities |
| 629 | + in all schemas and not use a separate "packages" |
| 630 | + syntax at all. |
628 | 631 | </p>
|
629 | 632 | </li><li>Allow handling of %TYPE arrays, e.g. tab.col%TYPE[<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?"></a>]
|
630 | 633 | </li><li>Allow listing of record column names, and access to
|
|