Re: Oracle Style packages on postgres

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Oracle Style packages on postgres
Дата
Msg-id 200505092034.22576.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Oracle Style packages on postgres  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Inline PL/pgSQL
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Views, views, views! (long)