Re: Allowing COPY into views

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Allowing COPY into views
Date: 2007-04-19 14:45:48
Message-ID: 87bqhko21v.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Karl O. Pinc" <kop(at)meme(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karl O. Pinc 2007-04-19 15:07:39 Re: Allowing COPY into views
Previous Message Alvaro Herrera 2007-04-19 14:39:18 Re: Allowing COPY into views