Re: sub-select trouble: wrong SQL or PostgreSQL issue? - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: sub-select trouble: wrong SQL or PostgreSQL issue?
Date
Msg-id 20021023195621.F13686-100000@megazone23.bigpanda.com
Whole thread Raw
In response to sub-select trouble: wrong SQL or PostgreSQL issue?  (patrick <patrick+pgsql@boxsoft.com>)
Responses Re: sub-select trouble: wrong SQL or PostgreSQL issue?
List pgsql-sql
> Strangely, this is the result we were expecting from our
> original query!
>
> Is it possible that the sub-selects are somehow
> affecting the result sets?
>
>
> Seen on:
> % postmaster --version
> postmaster (PostgreSQL) 7.1.3
>
> and
>
> % postmaster --version
> postmaster (PostgreSQL) 7.1.2

I think you want to upgrade, 7.3beta at least gives your
expected output on all the queries when I tried it.  I don't
currently have a 7.2.* system to test on here to try it
with that series.



pgsql-sql by date:

Previous
From: patrick
Date:
Subject: sub-select trouble: wrong SQL or PostgreSQL issue?
Next
From: Tom Lane
Date:
Subject: Re: sub-select trouble: wrong SQL or PostgreSQL issue?