We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5420ed3 commit3df8b47Copy full SHA for 3df8b47
doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
Bracketed items "[]" have more detail.
6
7
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8
-Last updated:Mon Jul19 16:57:25 EDT 2004
+Last updated:Tue Jul20 15:37:35 EDT 2004
9
10
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
11
@@ -254,7 +254,7 @@ Commands
254
without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
255
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
256
o Improve PL/PgSQL exception handling
257
-o Allow parameters to be specified by name and type during definition
+o-Allow parameters to be specified by name and type during definition
258
o Allow function parameters to be passed by name,
259
get_employee_salary(emp_id => 12345, tax_year => 2001)
260
o Add PL/PgSQL packages