Global/persistent variables - Mailing list pgsql-general

From Ronnie Meier Ramos
Subject Global/persistent variables
Date
Msg-id 41DDA054.5060700@viler.com.br
Whole thread Raw
Responses Re: Global/persistent variables  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Global/persistent variables  (Scott Ribe <scott_ribe@killerbytes.com>)
Re: Global/persistent variables  (Joe Conway <mail@joeconway.com>)
List 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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: DBMS_File Equivalent?
Next
From: "Robin M."
Date:
Subject: unsubscribe