Re: problems selecting from altered table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problems selecting from altered table
Дата
Msg-id 252.1182269274@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: problems selecting from altered table  (Richard Huxton <dev@archonet.com>)
Ответы Re: problems selecting from altered table  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Richard Huxton <dev@archonet.com> writes:
> Any developers care to comment?

plpgsql isn't very bright about tuple descriptors containing dropped
columns.  The immediate problem is that compatible_tupdesc() doesn't
think a tupdesc containing one column matches one containing the same
column plus a dropped column; but fixing that would just allow
subsequent processing to crash :-(.  It needs a fair amount of work.
I think the other PLs are no better.

            regards, tom lane

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

Предыдущее
От: Rikard Pavelic
Дата:
Сообщение: Re: problems selecting from altered table
Следующее
От: Noah Heusser
Дата:
Сообщение: Re: Dynamic Log tigger (plpgsql)