Re: [HACKERS] Advice needed, - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [HACKERS] Advice needed,
Date
Msg-id 389DA652.89F12DB0@alumni.caltech.edu
Whole thread Raw
In response to Advice needed,  (Chris <chris@bitmead.com>)
List 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 by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] psql -e and -n flags
Next
From: Thomas Lockhart
Date:
Subject: Implicit RTEs