Re: sql command strange behaviour - Mailing list pgsql-admin

From Tom Lane
Subject Re: sql command strange behaviour
Date
Msg-id 3155.1223302336@sss.pgh.pa.us
Whole thread Raw
In response to sql command strange behaviour  (Guy Deleeuw <G.De_Leeuw@eurofer.be>)
List pgsql-admin
Guy Deleeuw <G.De_Leeuw@eurofer.be> writes:
> Now I execute this query that request one column more, the "ind" field.,
> the return of this query is bad.

You didn't say what you think is bad about it ... but in any case I'll
bet that this bit isn't doing what you want:

    ... AND (ind=ind) ...

As-is it's useless.  You probably need to table-qualify one or both
names.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Postgres database as a client/server architecture
Next
From: Rich
Date:
Subject: Re: Postgres database as a client/server architecture