Re: Global/persistent variables - Mailing list pgsql-general

From Joe Conway
Subject Re: Global/persistent variables
Date
Msg-id 41E0A498.9060702@joeconway.com
Whole thread Raw
In response to Re: Global/persistent variables  (Ronnie Meier Ramos <ronnie@viler.com.br>)
List 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 by date:

Previous
From: Jeff Davis
Date:
Subject: general list
Next
From: mstory@uchicago.edu
Date:
Subject: Re: PYTHON, ODBC