Re: Oracle Style packages on postgres

Daniel Schuchardt <daniel_schuchardt@web.de>

From: Daniel Schuchardt <daniel_schuchardt@web.de>
To: pgsql-hackers@postgresql.org
Date: 2005-05-10T11:55:01Z
Lists: pgsql-hackers
Bruce Momjian schrieb:

>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?
>
>  
>
Yeah,

that would be great. And don't forget global variables for pl/pgsql.

Daniel