Re: stumped on view/rule/delete problem.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: stumped on view/rule/delete problem.
Дата
Msg-id 8028.992330645@sss.pgh.pa.us
обсуждение исходный текст
Ответ на stumped on view/rule/delete problem.  (Pete Leonard <pete@hero.com>)
Список pgsql-general
Pete Leonard <pete@hero.com> writes:
> running the command
> delete from foobar where id=1;
> causes the DB to hang.  only way out is an immediate restart of the DB.

Confirmed here ... looks like you've uncovered a bug, probably in the
rule rewriter.

I got as far as determining that the query's rangetable list seems to
have been partly freed, and ran out of steam.  Will look at it tomorrow
unless someone else finds the problem sooner.

            regards, tom lane

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

Предыдущее
От: Alex Pilosov
Дата:
Сообщение: Re: What the heck is happening here?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dumpall anomaly