Re: Adding column breaks function with composite type argument

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Adding column breaks function with composite type argument
Дата
Msg-id 8040.989353844@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Adding column breaks function with composite type argument  (Jeff Eckermann <jeckermann@verio.net>)
Список pgsql-general
Jeff Eckermann <jeckermann@verio.net> writes:
> I created a pl/pgsql function which takes a table row as an argument,
> returning a value based on a comparison of two fields in each row.
> This worked fine until I did an "ALTER TABLE ... ADD COLUMN ... ;",
> whereupon the function failed to work, producing an error message : "ERROR:
> query didn't return correct # of attributes for $1"

Fixed in 7.1.1.

            regards, tom lane

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

Предыдущее
От: Kyle
Дата:
Сообщение: Re: poor performance on 7.1 vs 7.0
Следующее
От: Tom Lane
Дата:
Сообщение: Re: select off of a view going slowly