File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Thu Jun 15 13:17:27 EDT 2006
5
+ Last updated: Thu Jun 15 13:41:45 EDT 2006
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -671,7 +671,7 @@ SQL Commands
671
671
o PL/pgSQL
672
672
o Fix RENAME to work on variables other than OLD/NEW
673
673
o Allow function parameters to be passed by name,
674
- get_employee_salary(emp_id => 12345, tax_year => 2001)
674
+ get_employee_salary(emp_id AS 12345, tax_year AS 2001)
675
675
o Add Oracle-style packages
676
676
o Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]
677
677
o Allow listing of record column names, and access to
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Thu Jun 15 13:17:27 EDT 2006
11
+ Last updated: Thu Jun 15 13:41:45 EDT 2006
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -608,7 +608,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
608
608
< ul >
609
609
< li > Fix RENAME to work on variables other than OLD/NEW
610
610
</ li > < li > Allow function parameters to be passed by name,
611
- get_employee_salary(emp_id => 12345, tax_year => 2001)
611
+ get_employee_salary(emp_id AS 12345, tax_year AS 2001)
612
612
</ li > < li > Add Oracle-style packages
613
613
</ li > < li > Allow handling of %TYPE arrays, e.g. tab.col%TYPE[< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo? "> </ a > ]
614
614
</ li > < li > Allow listing of record column names, and access to
You can’t perform that action at this time.
0 commit comments