Hi,<br><br>I have a big table with 21094 rows and each row has a geometry (polygon) column with average more than 10 point.<br><br>When I run the next SQL:<br><br> UPDATE kecskemet_k.foldreszletek AS t SET hrsz=i.szoveg<br>
FROM ( SELECT t.sorszam, f.szoveg<br> FROM kecskemet_k.foldreszletek t,<br> kecskemet_k.feliratok f<br> WHERE t.geometria && f.geometria<br> AND intersects( t.geometria, f.geometria )<br>
AND f.reteg IN ( '11' )<br> ) AS i<br> WHERE t.sorszam=i.sorszam;<br><br>I get the next message:<br><br>ERROR: out of memory<br>DETAIL: Failed on request of size 2941.<br>
<br>********** Error **********<br><br>ERROR: out of memory<br>SQL state: 53200<br>Detail: Failed on request of size 2941.<br><br><br>And now What can I do...? Where is the problem? Where I need to search?<br><br><br>Thanks,<br>
kjt<br>