File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-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 (bruce@momjian.us)
5
- Last updated: Tue Aug 8 18:39:04 EDT 2006
5
+ Last updated: Tue Aug 8 18:51:31 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.
@@ -690,7 +690,10 @@ SQL Commands
690
690
o Add Oracle-style packages (Pavel)
691
691
692
692
A package would be a schema with its own variables,
693
- private functions, and initialization functions
693
+ private functions, and initialization functions. It
694
+ is also possible to implement these capabilities
695
+ in all schemas and not use a separate "packages"
696
+ syntax at all.
694
697
695
698
o Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]
696
699
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:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Tue Aug 8 18:39:04 EDT 2006
11
+ Last updated: Tue Aug 8 18:51:31 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 > .
@@ -624,7 +624,10 @@ <h1><a name="section_8">SQL Commands</a></h1>
624
624
get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
625
625
</ li > < li > Add Oracle-style packages (Pavel)
626
626
< p > A package would be a schema with its own variables,
627
- private functions, and initialization functions
627
+ private functions, and initialization functions. It
628
+ is also possible to implement these capabilities
629
+ in all schemas and not use a separate "packages"
630
+ syntax at all.
628
631
</ p >
629
632
</ li > < li > Allow handling of %TYPE arrays, e.g. tab.col%TYPE[< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo? "> </ a > ]
630
633
</ li > < li > Allow listing of record column names, and access to
You can’t perform that action at this time.
0 commit comments