Re: [HACKERS] problems with dropped columns

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] problems with dropped columns
Дата
Msg-id 13092.1046931521@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] problems with dropped columns  (Joe Conway <mail@joeconway.com>)
Ответы Re: [HACKERS] problems with dropped columns  (Kevin Brown <kevin@sysexperts.com>)
Re: [HACKERS] problems with dropped columns  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Joe Conway <mail@joeconway.com> writes:
> Taking it a bit further...

There are (at least) two distinct problems involved here.  One is
getting plpgsql to deal correctly with rowtypes that include dropped
columns.  The other is getting it to react when someone alters a table
whose rowtype is relied on by already-compiled functions.

The former problem is just a small matter of programming in plpgsql;
I'm not sure what the best way to do it is, but it's clearly just
plpgsql's issue.  The latter problem calls for a ton of infrastructure
that we haven't got :-(

            regards, tom lane

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

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: My contract has been renewed
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Alpha-2 of contrib/tsearch