Re: trouble with query - Mailing list pgsql-novice

From Tom Lane
Subject Re: trouble with query
Date
Msg-id 18501.1008097812@sss.pgh.pa.us
Whole thread Raw
In response to trouble with query  (Luis Amigo <lamigo@atc.unican.es>)
List pgsql-novice
Luis Amigo <lamigo@atc.unican.es> writes:
> I send u table declarations and a small part of data must be copied with

Okay, I see the problem: you are referring to, eg, n2.nation.name where
you should just have written n2.name.

It's a bug that this is not rejected...

            regards, tom lane

pgsql-novice by date:

Previous
From: Luis Amigo
Date:
Subject: Re: trouble with query
Next
From: "Travis Hoyt"
Date:
Subject: counting columns