Re: [PATCHES] COPY view - Mailing list pgsql-hackers

From Zoltan Boszormenyi
Subject Re: [PATCHES] COPY view
Date
Msg-id 44EDF6CA.3000107@dunaweb.hu
Whole thread Raw
In response to Re: [PATCHES] COPY view  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
List pgsql-hackers
Zoltan Boszormenyi írta:
> Zoltan Boszormenyi írta:
>> The option parsing and error checking is now common.
>>
>> I also changed it to use transformStmt() in analyze.c.
>> However, both the UNION and sunselect cases give me
>> something like this:
>>
>> ERROR:  could not open relation 1663/16384/16723: No such file or
>> directory
>>
>> What else can I do with it?
>
> But a single SELECT with two tables joined
> also works so it must be something trivial.

Now UNIONs and subselects also work.

Your concern about copy_dest_printtup()
wasn't solved yet.

Best regards,
Zoltán Böszörményi



Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: PL/Perl: spi_prepare() and RETURNING
Next
From: Tom Lane
Date:
Subject: Re: PL/Perl: spi_prepare() and RETURNING