Re: plan invalidation vs stored procedures

Поиск
Список
Период
Сортировка
От Florian Pflug
Тема Re: plan invalidation vs stored procedures
Дата
Msg-id 4899FBA1.3040209@gmail.com
обсуждение исходный текст
Ответ на Re: plan invalidation vs stored procedures  ("Merlin Moncure" <mmoncure@gmail.com>)
Ответы Re: plan invalidation vs stored procedures  ("Marko Kreen" <markokr@gmail.com>)
Re: plan invalidation vs stored procedures  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-hackers
Merlin Moncure wrote:
> you missed the point...if your return type is a composite type that is
> backed by the table (CREATE TABLE, not CREATE TYPE), then you can
> 'alter' the type by altering the table.  This can be done without full
> drop recreate of the function.

Which - at least IMHO - clearly shows that we ought to support
ALTER TYPE for composite types ;-)

Is there anything fundamental standing in the way of that, or is it just 
that nobody yet cared enough about this?

regrads, Florian Pflug



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

Предыдущее
От: "Steve Mitchell"
Дата:
Сообщение: ambulkinsert
Следующее
От: "Marko Kreen"
Дата:
Сообщение: Re: plan invalidation vs stored procedures