Re: Global/persistent variables

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: Ronnie Meier Ramos <ronnie(at)viler(dot)com(dot)br>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Global/persistent variables
Date: 2005-01-06 21:58:12
Message-ID: BE030284.1485B%scott_ribe@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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) ?

AFAIK you'd have to fake it using a temp table.

--
Scott Ribe
scott_ribe(at)killerbytes(dot)com
http://www.killerbytes.com/
(303) 665-7007 voice

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard_D_Levine 2005-01-06 22:03:00 Re: Global/persistent variables
Previous Message Joost Kraaijeveld 2005-01-06 21:19:03 Re: Query, view join question.