Re: schema level variables and deferrable unique constraints

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: schema level variables and deferrable unique constraints
Дата
Msg-id 11284.1095690873@sss.pgh.pa.us
обсуждение исходный текст
Ответ на schema level variables and deferrable unique constraints  (Paramveer.Singh@trilogy.com)
Ответы Re: schema level variables and deferrable unique constraints  (Andre <andre@abs.ee>)
Список pgsql-hackers
Paramveer.Singh@trilogy.com writes:
> Oracle has package level variables which are not mappable to any postgres 
> equivalent.
> could we have something like schema scope variables which could be 
> directly referred from let's say plpgsql functions?
> Can someone give me some pointers on how to go about implementing this?

It seems more appropriate to me to store your values in a table
(variable name and value).  I don't see any strong need for a
system-level facility for this.
        regards, tom lane


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

Предыдущее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: libpq and prepared statements progress for 8.0
Следующее
От: Tom Lane
Дата:
Сообщение: Re: No parameters support in "create user"?