Re: Oracle Style packages on postgres - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Oracle Style packages on postgres
Date
Msg-id 200505092034.22576.josh@agliodbs.com
Whole thread Raw
In response to Re: Oracle Style packages on postgres  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce,

> OK, so it seems we need:
>
>     C static/private functions for schemas
>     C static/private variables for schemas
>
> Are private variables implemented via the temporary per-session schema?
>
>     nested schemas
>
> What does the standard say?
>
> Is that it?

Hmmm.  That's an interesting approach.  I, personally, would buy that.

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Inline PL/pgSQL
Next
From: Josh Berkus
Date:
Subject: Re: Views, views, views! (long)