On Fri, 19 Apr 2002, Tom Lane wrote:
> I'll save you the trouble: I'll bet that psql ran out of memory for a
> huge result set. libpq is not real robust about coping with that :-(.
Thanks Tom.
That hint was enough. I looked at the query... real hard. :-)
Found that I was missing a join condition so my return set would have been
gigantic (cartisian product of tables with close to 1 Million records)