Global variables for plpgsql stored procedures

From: <lnd(at)hnit(dot)is>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Global variables for plpgsql stored procedures
Date: 2004-01-26 17:03:16
Message-ID: 0A5B2E3C3A64CA4AB14F76DBCA76DDA44E2CF0@seifur.hnit.is
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

What is the best method to implement pgplsql global variables
with "per connection"(i.e. session) scope?

(one way is to use temporary tables - but isn't it overkill?)

Thank you in advance,
Laimis

Browse pgsql-novice by date

  From Date Subject
Next Message Patrice Durosay 2004-01-26 18:44:51 postgre-7.4 and readline-4.3 /solaris 8
Previous Message Tom Lane 2004-01-26 00:34:13 Re: Primary key efficiency