Skip to content

Commit bed7d5f

Browse files
committed
Update packages:
< private functions, and initialization functions > private functions, and initialization functions. It > is also possible to implement these capabilities > in all schemas and not use a separate "packages" > syntax at all.
1 parent 9d5d87a commit bed7d5f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

doc/TODO

Lines changed: 5 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 18:39:04 EDT 2006
5+
Last updated: Tue Aug 8 18:51:31 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -690,7 +690,10 @@ SQL Commands
690690
o Add Oracle-style packages (Pavel)
691691

692692
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.
694697

695698
o Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]
696699
o Allow listing of record column names, and access to

doc/src/FAQ/TODO.html

Lines changed: 5 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 18:39:04 EDT 2006
11+
Last updated: Tue Aug 8 18:51:31 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>.
@@ -624,7 +624,10 @@ <h1><a name="section_8">SQL Commands</a></h1>
624624
get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
625625
</li><li>Add Oracle-style packages (Pavel)
626626
<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.
628631
</p>
629632
</li><li>Allow handling of %TYPE arrays, e.g. tab.col%TYPE[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?"></a>]
630633
</li><li>Allow listing of record column names, and access to

0 commit comments

Comments
 (0)