Re: Allowing COPY into views - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: Allowing COPY into views
Date
Msg-id 87bqhko21v.fsf@oxford.xeocode.com
Whole thread Raw
In response to Allowing COPY into views  ("Karl O. Pinc" <kop@meme.com>)
Responses Re: Allowing COPY into views  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
"Karl O. Pinc" <kop@meme.com> writes:

> Rather than spend a whole lot of time figuring
> out all the calls to use and all the detail,
> I'm going to go ahead and post now.  That way
> if this is simply not going to fly I don't have
> to spend any more time on it.  Otherwise,
> I'll post more as I work it out.

It probably doesn't make sense to work on just this one case. There are folks
looking at update-able views. If we had that then this would simplify to
simply recognizing the case and invoking the rewriter to get you the insert
statement to use.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Allowing COPY into views
Next
From: "Karl O. Pinc"
Date:
Subject: Re: Allowing COPY into views