Re: wCTE cannot be used to update parent inheritance table

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: wCTE cannot be used to update parent inheritance table
Дата
Msg-id 4F25A6DF.8080506@agliodbs.com
обсуждение исходный текст
Ответ на Re: wCTE cannot be used to update parent inheritance table  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: wCTE cannot be used to update parent inheritance table  (Peter Geoghegan <peter@2ndquadrant.com>)
Re: wCTE cannot be used to update parent inheritance table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On 1/28/12 5:27 PM, Tom Lane wrote:
> Josh Berkus <josh@agliodbs.com> writes:
>> SUMMARY: if you attempt to UPDATE or DELETE FROM a parent table in an
>> inheritance relationship using a wCTE, you get the following error message:
>>     ERROR:  could not find plan for CTE
>
> Fixed, thanks for the report.

Should we add a regression test for this?

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

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

Предыдущее
От: Matteo Beccati
Дата:
Сообщение: Re: BUG #6416: Expression index not used with UNION ALL queries
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: wCTE cannot be used to update parent inheritance table