Re: Oracle Style packages on postgres

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Re: Oracle Style packages on postgres
Дата
Msg-id thhal-0WY9aAyuNyiciGcIWV5kvwvqJ8eCQRg@mailblocks.com
обсуждение исходный текст
Ответ на Re: Oracle Style packages on postgres  (Satoshi Nagayasu <nagayasus@nttdata.co.jp>)
Ответы Re: Oracle Style packages on postgres  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers
Satoshi Nagayasu wrote:

>>    An oracle package is created when first referenced. Its initialization
>>    code is run once (ie costly queries to populate session wide package
>>    params) and the package dies at the end of the session
>>    An analogy with OOP is that it's like having a single class instance
>>    available for the duration of a session.
>>
PL/Java has an object called "Session" that does exactly this. It is not
available from other languages at present. Are Packages supposed to be
cross-language?

Regards,
Thomas Hallgren



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: pl/pgsql enabled by default
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: test bed