Re: Packages in oracle Style

From: Coutinho <coutinho(at)mondriantecnologia(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Packages in oracle Style
Date: 2008-05-27 00:53:41
Message-ID: 20080526215341.1d08b655@python
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2008-05-27 01:10:13 WITH RECURSIVE patches V0.1 TODO items
Previous Message David Fetter 2008-05-26 22:02:59 Re: Updated patch (Re: [PATCHES] WITH RECURSIVE patch V0.1)