Skip to content

Commit 91fc80d

Browse files
committed
Fix:
< get_employee_salary(emp_id AS 12345, tax_year AS 2001) > get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
1 parent 57ffc4d commit 91fc80d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
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:41:45 EDT 2006
5+
Last updated: Fri Jun 16 00:04:49 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 AS 12345, tax_year AS 2001)
674+
get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
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

Lines changed: 2 additions & 2 deletions
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:41:45 EDT 2006
11+
Last updated: Fri Jun 16 00:04:49 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 AS 12345, tax_year AS 2001)
611+
get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy