Re: find close (duplicate) points + create index - Mailing list pgsql-novice

From Tom Lane
Subject Re: find close (duplicate) points + create index
Date
Msg-id 26863.1108584528@sss.pgh.pa.us
Whole thread Raw
In response to Re: find close (duplicate) points + create index  (Elinor <elinor@wise.tau.ac.il>)
List pgsql-novice
Elinor <elinor@wise1.tau.ac.il> writes:
>         After many many minutes, it started giving these lines:
>         server sent data ("D" message) without prior row description
>         ("T" message)

Up till fairly recently (8.0 or maybe 7.4), libpq would do that if it
ran out of memory to hold the query result.  I think you miswrote the
query and it's returning a huge number of rows.  If you actually want
to fetch a huge number of rows, try using a cursor ...

            regards, tom lane

pgsql-novice by date:

Previous
From: "Van Ingen, Lane"
Date:
Subject: Front End Languages for PostgreSQL
Next
From: Dick Davies
Date:
Subject: Re: Front End Languages for PostgreSQL