Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: psql performance - Mailing list pgsql-general

From Jim C. Nasby
Subject Re: psql performance
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: psql performance  (Joseph Shraibman <[email protected]>)
List pgsql-general
On Thu, Apr 14, 2005 at 11:05:37PM -0400, Joseph Shraibman wrote:
> Incidentally when I did that I only got back one row.  What's up with that?

That's PostgreSQL acting according to ANSI SQL. If you want multiple
rows, you need UNION ALL.
--
Jim C. Nasby, Database Consultant               [email protected]
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

pgsql-general by date:

Previous
From: Joseph Shraibman
Date:
Subject: Re: psql performance
Next
From: "Jim C. Nasby"
Date:
Subject: Re: UNION messing up sorting WAS: psql performance