pgsql: Add detail on packages: > > A package would be a schema

Started by Nonameover 19 years ago2 messages
#1Noname
momjian@postgresql.org

Log Message:
-----------
Add detail on packages:

A package would be a schema with its own variables,
private functions, and initialization functions

Modified Files:
--------------
pgsql/doc:
TODO (r1.1938 -> r1.1939)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1938&r2=1.1939)
pgsql/doc/src/FAQ:
TODO.html (r1.440 -> r1.441)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.440&r2=1.441)

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Noname (#1)
Re: pgsql: Add detail on packages: > > A package would be a

Bruce Momjian wrote:

A package would be a schema with its own variables,
private functions, and initialization functions

What are the intended scope and lifetime of package private variables?
This could be very cool and useful, but it could also be a major can of
worms.

cheers

andrew