Re: Packages in oracle Style

Поиск
Список
Период
Сортировка
От Coutinho
Тема Re: Packages in oracle Style
Дата
Msg-id 20080526215341.1d08b655@python
обсуждение исходный текст
Ответ на Re: Packages in oracle Style  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Ответы Re: Packages in oracle Style  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Список 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 по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Updated patch (Re: [PATCHES] WITH RECURSIVE patch V0.1)
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: WITH RECURSIVE patches V0.1 TODO items