Re: [HACKERS] Advice needed,

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] Advice needed,
Дата
Msg-id 389DA652.89F12DB0@alumni.caltech.edu
обсуждение исходный текст
Ответ на Advice needed,  (Chris <chris@bitmead.com>)
Список pgsql-hackers
> I've been trying to implement UPDATE and DELETE to work on subclasses.
> 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.

Hi Chris. I don't have time to look at you patches right now, since
I'm trying to get some syntax stuff finished up and committed. But fyi
my patches touch addRangeTableEntry and other files in the parser, so
you'll likely have a bit of a merge effort to get these sync'd back
up. Sorry :(
                    - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] psql -e and -n flags
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Implicit RTEs