[postgis-users] ST_Extent of table

Sandro Santilli strk at keybit.net
Mon Sep 19 10:56:54 PDT 2011


On Mon, Sep 19, 2011 at 01:22:29PM -0400, Javier de la Torre wrote:
> Ups.
> 
> The function works on 1.5.3 but not in 2.0SVN
> 
> In 2.0 I get:
> 
> ERROR:  geometry_estimated_extent: couldn't locate table within current schema

Specify the schema explicitly ?

  SELECT ST_Estimated_Extent('"MySchema"', '"MyTable"');

Show your call if that's not the problem.

Also make sure you have r7868 or later, to avoid getting weird results.

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



More information about the postgis-users mailing list