Re: Packages in oracle Style - Mailing list pgsql-hackers

From Coutinho
Subject Re: Packages in oracle Style
Date
Msg-id 20080526215341.1d08b655@python
Whole thread Raw
In response to Re: Packages in oracle Style  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: Packages in oracle Style  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-hackers
this is listed on TODO:
http://www.postgresql.org/docs/faqs.TODO.html

Add features of Oracle-style packages (Pavel)

A package would be a schema with session-local variables,
public/private functions, and initialization functions. It is also
possible to implement these capabilities in any schema and not use a
separate "packages" syntax at all. 

Indeed not seek approval but help.
I am implementing this now to my use and for those who have interest,
perhaps in the form of a patch or contrib.


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Updated patch (Re: [PATCHES] WITH RECURSIVE patch V0.1)
Next
From: Tatsuo Ishii
Date:
Subject: WITH RECURSIVE patches V0.1 TODO items