Skip to content

Commit 46d759c

Browse files
committed
Add package item:
< o Add Oracle-style packages > o Add Oracle-style packages (Pavel) > * Pavel is Pavel Stehule <pavel.stehule@hotmail.com>
1 parent c554bf8 commit 46d759c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/TODO

Lines changed: 3 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 (bruce@momjian.us)
5-
Last updated: Tue Aug 8 13:39:58 EDT 2006
5+
Last updated: Tue Aug 8 15:02:08 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -687,7 +687,7 @@ SQL Commands
687687
o Fix RENAME to work on variables other than OLD/NEW
688688
o Allow function parameters to be passed by name,
689689
get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
690-
o Add Oracle-style packages
690+
o Add Oracle-style packages (Pavel)
691691
o Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]
692692
o Allow listing of record column names, and access to
693693
record columns via variables, e.g. columns := r.(*),
@@ -1442,6 +1442,7 @@ Developers who have claimed items are:
14421442
* Michael is Michael Meskes <meskes@postgresql.org> of Credativ
14431443
* Neil is Neil Conway <neilc@samurai.com>
14441444
* Oleg is Oleg Bartunov <oleg@sai.msu.su>
1445+
* Pavel is Pavel Stehule <pavel.stehule@hotmail.com>
14451446
* Peter is Peter Eisentraut <peter_e@gmx.net>
14461447
* Philip is Philip Warner <pjw@rhyme.com.au> of Albatross Consulting Pty. Ltd.
14471448
* Rod is Rod Taylor <pg@rbt.ca>

doc/src/FAQ/TODO.html

Lines changed: 3 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Tue Aug 8 13:39:58 EDT 2006
11+
Last updated: Tue Aug 8 15:02:08 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>.
@@ -622,7 +622,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
622622
<li>Fix RENAME to work on variables other than OLD/NEW
623623
</li><li>Allow function parameters to be passed by name,
624624
get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
625-
</li><li>Add Oracle-style packages
625+
</li><li>Add Oracle-style packages (Pavel)
626626
</li><li>Allow handling of %TYPE arrays, e.g. tab.col%TYPE[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?"></a>]
627627
</li><li>Allow listing of record column names, and access to
628628
record columns via variables, e.g. columns := r.(*),
@@ -1302,6 +1302,7 @@ <h2><a name="section_22_1">Developers who have claimed items are:</a></h2>
13021302
</li><li>Michael is Michael Meskes &lt;<a href="mailto:meskes@postgresql.org">meskes@postgresql.org</a>&gt; of Credativ
13031303
</li><li>Neil is Neil Conway &lt;<a href="mailto:neilc@samurai.com">neilc@samurai.com</a>&gt;
13041304
</li><li>Oleg is Oleg Bartunov &lt;<a href="mailto:oleg@sai.msu.su">oleg@sai.msu.su</a>&gt;
1305+
</li><li>Pavel is Pavel Stehule &lt;<a href="mailto:pavel.stehule@hotmail.com">pavel.stehule@hotmail.com</a>&gt;
13051306
</li><li>Peter is Peter Eisentraut &lt;<a href="mailto:peter_e@gmx.net">peter_e@gmx.net</a>&gt;
13061307
</li><li>Philip is Philip Warner &lt;<a href="mailto:pjw@rhyme.com.au">pjw@rhyme.com.au</a>&gt; of Albatross Consulting Pty. Ltd.
13071308
</li><li>Rod is Rod Taylor &lt;<a href="mailto:pg@rbt.ca">pg@rbt.ca</a>&gt;

0 commit comments

Comments
 (0)