Re: create or replace rule/view (fwd)

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: create or replace rule/view (fwd)
Дата
Msg-id 87y9an4lx6.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на Re: create or replace rule/view (fwd)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: create or replace rule/view (fwd)  (Neil Conway <neilc@samurai.com>)
Re: create or replace rule/view (fwd)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Tom Lane <tgl@sss.pgh.pa.us> writes:
> You can redefine the query that supports the view.  You cannot add,
> remove, rename, or change the datatypes of any columns of the view.

I've attached a revision of Gavin's patch that implements this
behavior (sorry it took so long, I've been busy with getting ready to
move into university). I also did some review of Gavin's code: updated
copyfuncs & equalfuncs, removed some superfluous function parameters,
fixed some indentation, and write some regression tests.

It probably still needs some review, however.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

Вложения

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: revised patch for PL/PgSQL table functions
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] pg_attribute.attisinherited ?