Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6241f46

Browse files
committed
Update syntax suggestion:
< get_employee_salary(emp_id => 12345, tax_year => 2001) > get_employee_salary(emp_id AS 12345, tax_year AS 2001)
1 parent 712e824 commit 6241f46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
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
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -671,7 +671,7 @@ SQL Commands
671671
o PL/pgSQL
672672
o Fix RENAME to work on variables other than OLD/NEW
673673
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)
675675
o Add Oracle-style packages
676676
o Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]
677677
o Allow listing of record column names, and access to

doc/src/FAQ/TODO.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
608608
<ul>
609609
<li>Fix RENAME to work on variables other than OLD/NEW
610610
</li><li>Allow function parameters to be passed by name,
611-
get_employee_salary(emp_id =&gt; 12345, tax_year =&gt; 2001)
611+
get_employee_salary(emp_id AS 12345, tax_year AS 2001)
612612
</li><li>Add Oracle-style packages
613613
</li><li>Allow handling of %TYPE arrays, e.g. tab.col%TYPE[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?"></a>]
614614
</li><li>Allow listing of record column names, and access to

0 commit comments

Comments
 (0)