Re: thw rewriter and default values, again

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: thw rewriter and default values, again
Дата
Msg-id c2d9e70e0506060744362ec138@mail.gmail.com
обсуждение исходный текст
Ответ на Re: thw rewriter and default values, again  (Richard Huxton <dev@archonet.com>)
Список pgsql-hackers
On 6/6/05, Richard Huxton <dev@archonet.com> wrote:
> Jaime Casanova wrote:
> > I know you're right, but -when dealing with updateable views- doing
> > that implies to add a lot of time altering views when base table
> > change, and of course we maybe don't want all views get that values.
>
> Sorry for the late posting on this thread.
>
> Might there be any way to have something like ...SET DEFAULT
> pg_same_as('public','foo','col1').
>
> Hmm - you'd need pg_same_as_int/text/etc. depending on the return-type -
> still not ideal.
>
Actually, i try to do that but i need the function to be polymorphic
and because polymorphic functions needs to receive at least one
polymorphic argument that teach about the return type of the function
i can't go ahead with this idea.

About the code i talk earler in this thread i solve the problem with
the update to serial columns.

--
Atentamente,
Jaime Casanova
(DBA: DataBase Aniquilator ;)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Quick-and-dirty compression for WAL backup blocks
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] ARRAY() returning NULL instead of ARRAY[] resp. {}