Re: [HACKERS] COPY view
Zoltan Boszormenyi <zboszor@dunaweb.hu>
From: Zoltan Boszormenyi <zboszor@dunaweb.hu>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org, pgsql-patches@postgresql.org
Date: 2006-08-24T18:58:18Z
Lists: pgsql-hackers
Attachments
- pgsql-copyselect-5.patch.gz (application/x-tar) patch
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