Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91fc80d

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 parent57ffc4d commit91fc80d

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 Jun15 13:41:45 EDT 2006
5+
Last updated:Fri Jun16 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 AS12345, tax_year AS2001)
674+
get_employee_salary(12345 ASemp_id, 2001 AStax_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
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Thu Jun15 13:41:45 EDT 2006
11+
Last updated:Fri Jun16 00:04:49 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="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 AS12345, tax_year AS2001)
611+
get_employee_salary(12345 ASemp_id, 2001 AStax_year)
612612
</li><li>Add Oracle-style packages
613613
</li><li>Allow handling of %TYPE arrays, e.g. tab.col%TYPE[<ahref="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)

[8]ページ先頭

©2009-2025 Movatter.jp