Re: [HACKERS] COPY view

From: Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] COPY view
Date: 2006-08-24 10:05:28
Message-ID: 44ED79E8.6020706@dunaweb.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message chrisnospam 2006-08-24 10:51:53 Re: [PATCHES] selecting large result sets in psql using
Previous Message Martijn van Oosterhout 2006-08-24 09:57:15 Re: invalid byte sequence ?

Browse pgsql-patches by date

  From Date Subject
Next Message chrisnospam 2006-08-24 10:51:53 Re: [PATCHES] selecting large result sets in psql using
Previous Message Zoltan Boszormenyi 2006-08-24 09:53:31 Re: [HACKERS] COPY view