Global/persistent variables

From: Ronnie Meier Ramos <ronnie(at)viler(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Global/persistent variables
Date: 2005-01-06 20:32:20
Message-ID: 41DDA054.5060700@viler.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm analysing a conversion of a system from Oracle to PG. The system in
case uses a lot of PL/SQL packages and lots of them uses public/static
global/persistent variables declared inside its package specification or
body.

AFAIK PG doesn't have packages - this is not a problem since I can
handle it with different schemas or some naming convention, but is there
a way to declare persistent variables (that would be "visible" to any
function up to the end of the session) ?

TIA
Ronnie

Attachment Content-Type Size
ronnie.vcf text/x-vcard 356 bytes

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robin M. 2005-01-06 20:35:46 unsubscribe
Previous Message Tom Lane 2005-01-06 20:23:04 Re: DBMS_File Equivalent?