Re: "Relation does not exist" error - Mailing list pgsql-general

From Tom Lane
Subject Re: "Relation does not exist" error
Date
Msg-id 16793.1005230078@sss.pgh.pa.us
Whole thread Raw
In response to "Relation does not exist" error  (Tuckheng <Tuckheng@vads.com>)
List pgsql-general
Tuckheng <Tuckheng@vads.com> writes:
> I encountered this error when trying to run a SELECT statement from within a
> Perl program. Would appreciate if someone could help shed some light on what
> may be causing this or how it can be resolved.

ORDER BY on a UNION result can only refer to column names of the UNION
output columns.  Lose the "p." and "s." in the ORDER BY and you'll be
fine.

            regards, tom lane

pgsql-general by date:

Previous
From: t.ngockhoi@bpf.vnu.com
Date:
Subject: Réf. : OID's as Primary Keys
Next
From: Tom Lane
Date:
Subject: Re: OID's as Primary Keys