Hi, I recently can across this issue and welcome any suggestions as to what the 
cause maybe:

If I run:
select ST_EstimatedExtent('primedata', 'ann_ocean_V_v_seas_max', 'the_geom');
I get:
ERROR: permission denied for schema primedata SQL state: 42501

If I run:
select ST_Extent(the_geom) from primedata."ann_ocean_V_v_seas_max" limit 100;
It get the returned result: "BOX(-180 -90,180 90)"

I ran these in the same query editor window.

Currently I am using: "3.0 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"

Many thanks for any suggestions you may have.

Thank you

Oliver


This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient. Any review, 
use, distribution, or disclosure by others is strictly prohibited. If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.
_______________________________________________
postgis-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/postgis-users

Reply via email to