[postgis-users] table bbox

Paul Ramsey pramsey at refractions.net
Wed Feb 22 11:10:00 PST 2006


SELECT Extent(<geomcolumn>) FROM <tablename>;

Note that this involves a scan of every record in the table, so it  
will not necessarily be fast.

p

On 22-Feb-06, at 10:27 AM, Gilbert, Antoine wrote:

> How I can find the BBOX of an entire table (i.e. 1 BBOX for all  
> geometries) using SQL.
>
> http://postgis.refractions.net/mailman/listinfo/postgis-users




More information about the postgis-users mailing list