Skip to content

Commit 3df8b47

Browse files
committed
Done:
> o -Allow parameters to be specified by name and type during definition
1 parent 5420ed3 commit 3df8b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated: Mon Jul 19 16:57:25 EDT 2004
8+
Last updated: Tue Jul 20 15:37:35 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -254,7 +254,7 @@ Commands
254254
without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
255255
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
256256
o Improve PL/PgSQL exception handling
257-
o Allow parameters to be specified by name and type during definition
257+
o -Allow parameters to be specified by name and type during definition
258258
o Allow function parameters to be passed by name,
259259
get_employee_salary(emp_id => 12345, tax_year => 2001)
260260
o Add PL/PgSQL packages

0 commit comments

Comments
 (0)