Re: transactional shared variable in postgresql

Поиск
Список
Период
Сортировка
От Volkan YAZICI
Тема Re: transactional shared variable in postgresql
Дата
Msg-id 20061118183423.GB1346@alamut
обсуждение исходный текст
Ответ на transactional shared variable in postgresql  ("Rajesh Kumar Mallah" <mallah.rajesh@gmail.com>)
Список 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 ?

Also you may consider using a sequence for storing an integer value.
This approach will probably work faster than a temporary table, by the
limitation of variable format to be integer.


Regards.


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Rajesh Kumar Mallah"
Дата:
Сообщение: Re: transactional shared variable in postgresql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: transactional shared variable in postgresql