Re: [HACKERS] Advice needed,

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris <chris(at)bitmead(dot)com>
Cc: Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Advice needed,
Date: 2000-02-07 05:00:59
Message-ID: 13447.949899659@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Chris <chris(at)bitmead(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Bitmead 2000-02-07 05:07:24 ONLY
Previous Message Tatsuo Ishii 2000-02-07 04:49:47 Re: [HACKERS] pg_ctl man page