|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Aug 1413:45:01 EDT 2002 |
| 3 | +Last updated:Wed Aug 1414:38:48 EDT 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -258,9 +258,9 @@ Commands
|
258 | 258 | without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
|
259 | 259 | o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
|
260 | 260 | o Improve PL/PgSQL exception handling
|
261 |
| -o AllowPL/PgSQLparameters to be specified by name and type during |
| 261 | +o Allow parameters to be specified by name and type during |
262 | 262 | definition
|
263 |
| -o AllowPL/PgSQLfunction parameters to be passed by name, |
| 263 | +o Allow function parameters to be passed by name, |
264 | 264 | get_employee_salary(emp_id => 12345, tax_year => 2001)
|
265 | 265 | o Add PL/PgSQL packages
|
266 | 266 | o Allow array declarations and other data types in PL/PgSQl DECLARE
|
|