Re: [HACKERS] Advice needed,

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Advice needed,
Дата
Msg-id 13447.949899659@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Advice needed,  (Chris <chris@bitmead.com>)
Список pgsql-hackers
Chris <chris@bitmead.com> writes:
> I've been trying to implement UPDATE and DELETE to work on subclasses.

Good!

> The change I made was basicly to add an "inh" parameter to
> setTargetTable which I pass on down to addRangeTableEntry. From there I
> expect it to be passed on to the executor and as I said it seems to work
> ok without a where clause.

Hm.  I do not believe that the executor is currently prepared to cope
with more than one target table for an UPDATE or DELETE.  You'll
probably need to do some work in execMain.c and related files.  Not
sure why it seemed to work at all...
        regards, tom lane


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] pg_ctl man page
Следующее
От:
Дата:
Сообщение: Re: [SQL] Re: [HACKERS] Proposed Changes to PostgreSQL