I'm viewing the data with Quantum GIS. <br>But in PgAdmin, the field 'the_geom' is blank over some size.<br>It,s not a big problem for me but before viewing the data in Quantum i was thinking there was no geometry.<br>
<br>Marc-André<br><br><div class="gmail_quote">2009/8/20 Kevin Neufeld <span dir="ltr"><<a href="mailto:kneufeld@refractions.net">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;">
Ah.  How are you viewing the table?  Spatially though a GIS application, a psql terminal client, or just through PgAdminIII?  PgAdmin has issues displaying fields over a certain size.<div class="im"><br>
-- Kevin<br>
<br>
Marc-André Trottier wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
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>
2009/8/20 Kevin Neufeld <<a href="mailto:kneufeld@refractions.net" target="_blank">kneufeld@refractions.net</a> <mailto:<a href="mailto:kneufeld@refractions.net" target="_blank">kneufeld@refractions.net</a>>><div class="im">
<br>
<br>
    Be careful with ST_Collect.   As the name implies, it will collect<br>
    all the geometries in the set into a single geometry object.   If<br>
    your table is gigabytes in size, running over the whole table will<br>
    create a single geometry collection that is gigabytes in size ...<br>
    which in all likelihood is really rather useless in any GIS<br>
    application and will probably overwhelm your postgresql instance.<br>
<br>
    ST_Collects is definitely useful, but just be sure you really want a<br>
    single (potentially very large and clumsy) geometry object.<br>
<br>
    -- Kevin<br>
<br>
    Marc-André Trottier wrote:<br>
<br>
        hi!<br>
        i have a problem with this request :<br>
        select st_collect(geometryN(setsrid(the_geom, 32198),1)) from<br>
        'table_name';<br>
<br>
        this will return no results if "the_geom" contain  too much rows<br>
        or "the_geom" are too complex.<br>
        How can i solve this problem ?<br>
<br>
        thanks<br>
<br>
        Marc-andré<br>
         <br>
        ------------------------------------------------------------------------<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></div>
        <mailto:<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a>><div class="im"><br>
        <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><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></div>
    <mailto:<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a>><div class="im"><br>
    <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
<br>
<br>
<br>
------------------------------------------------------------------------<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>
</div></blockquote><div><div></div><div class="h5">
_______________________________________________<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>
</div></div></blockquote></div><br>