The following bug has been logged on the website:

Bug reference:      6620
Logged by:          sathish
Email address:      sath...@myc2s.com
PostgreSQL version: 9.1.3
Operating system:   windows Xp 32 bit
Description:        

i have a Postgis table with about 2 million polyline records.  The most
number of points I have in the geometry field is about 500.  I have a
java program that does a select for most of these records
and do some processing with them before writing them to a file.
Unfortunately, I seem to keep getting this error:

 execute failed: out of memory for query result


This query works fine with less select statement,
my next largest table.  I believe the program is failing at the first
execute after prepare on this table.



-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to