Re: transactional shared variable in postgresql

From: Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>
To: Rajesh Kumar Mallah <mallah(dot)rajesh(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: transactional shared variable in postgresql
Date: 2006-11-18 17:36:56
Message-ID: 20061118173656.GA1346@alamut
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

On Nov 18 06:00, Rajesh Kumar Mallah wrote:
> Is there any way to set a variable from a web application (using
> dbi/perl , libpq etc), and access the same variable from a C trigger
> inside a transaction ?

Why don't you use a temporary table for that purpose?

Regards.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message A. Kretschmer 2006-11-18 17:52:16 Re: Random()
Previous Message Rajesh Kumar Mallah 2006-11-18 17:32:33 Re: Random()