Re: Versionning (was: Whole-row comparison)

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Versionning (was: Whole-row comparison)
Дата
Msg-id 20070604131230.GI32320@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Re: Versionning (was: Whole-row comparison)  (<christian.roche.ext@nsn.com>)
Список pgsql-sql
On Mon, Jun 04, 2007 at 01:40:18PM +0300, christian.roche.ext@nsn.com wrote:
> case ?  The nicest thing would really to have parametrized view.  Is
> there any fundamental reason why such a beast does not exist, or is it
> only postgres (compared to higher-level RDBMS) ?

I don't think there's a fundamental reason, no.  But why couldn't you
change your query to issue the SRF directly, with the parameter:

SELECT * FROM some_srf(param1, param2)?

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca
"The year's penultimate month" is not in truth a good way of saying
November.    --H.W. Fowler


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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Jumping Weekends
Следующее
От: Tom Lane
Дата:
Сообщение: Re: perlu: did I find a bug, or did I make one?