ok thanks for the advise.<br>finally i got a result but the field 'the_geom' is blank in my table.<br>i calculate the size of the geometry with st_mem_size() and when the geometry is bigger than 32000 bytes, approximately, the field 'the_geom' is blank but there is a geometry. <br>
<br><br>Marc-André<br><br><div class="gmail_quote">2009/8/20 Kevin Neufeld <span dir="ltr"><<a href="mailto:kneufeld@refractions.net" target="_blank">kneufeld@refractions.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Be careful with ST_Collect.   As the name implies, it will collect all the geometries in the set into a single geometry object.   If your table is gigabytes in size, running over the whole table will create a single geometry collection that is gigabytes in size ... which in all likelihood is really rather useless in any GIS application and will probably overwhelm your postgresql instance.<br>


<br>
ST_Collects is definitely useful, but just be sure you really want a single (potentially very large and clumsy) geometry object.<br>
<br>
-- Kevin<br>
<br>
Marc-André Trottier wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div>
hi!<br>
i have a problem with this request :<br>
select st_collect(geometryN(setsrid(the_geom, 32198),1)) from 'table_name';<br>
<br>
this will return no results if "the_geom" contain  too much rows or "the_geom" are too complex. <br>
How can i solve this problem ?<br>
<br>
thanks<br>
<br>
Marc-andré<br>
 <br>
<br></div></div>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</blockquote>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</blockquote></div><br>