Re: Global/persistent variables

From: Joe Conway <mail(at)joeconway(dot)com>
To: Ronnie Meier Ramos <ronnie(at)viler(dot)com(dot)br>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Global/persistent variables
Date: 2005-01-09 03:27:20
Message-ID: 41E0A498.9060702@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message mstory 2005-01-09 03:56:48 Re: PYTHON, ODBC
Previous Message Jeff Davis 2005-01-09 02:45:17 general list