Re: Global/persistent variables

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Global/persistent variables
Дата
Msg-id 41E0A498.9060702@joeconway.com
обсуждение исходный текст
Ответ на Re: Global/persistent variables  (Ronnie Meier Ramos <ronnie@viler.com.br>)
Список pgsql-general
Ronnie Meier Ramos wrote:
>
> Unfortunatly, faking them with some C functions would be very complex
> because in this application's case most of this variables are record
> types and some are arrays (pl/tables)... :-(

For record types, why not just use cursors? They can be made to persist
until the end of the session. For arrays, it shouldn't be too terribly
difficult to extent the code to handle them.

Joe

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: general list
Следующее
От: mstory@uchicago.edu
Дата:
Сообщение: Re: PYTHON, ODBC