Custom session variables?

Поиск
Список
Период
Сортировка
От Adam Rich
Тема Custom session variables?
Дата
Msg-id 046801c75d04$731a6330$6400a8c0@dualcore
обсуждение исходный текст
Ответы Re: Custom session variables?  (Kenneth Downs <ken@secdat.com>)
Re: Custom session variables?  (David Fetter <david@fetter.org>)
Список pgsql-general

Is there any way to define custom variables per session scope?
In oracle, we do this using package variables.

Basically when a user logs into our application, it generates one-time
session information that we want to make available to all the procedures
and triggers, without passing it directly (even if that were possible with
triggers).

Is inserting/selecting data from temporary tables the only way to
accomplish this ?











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

Предыдущее
От: clark@knowideas.com
Дата:
Сообщение: How Can I set a non standard date format?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: [HACKERS] WITH/RECURSIVE plans