[TinyOWS-users] unable to access geometry_columns table

Olivier Courtin olivier.courtin at gmail.com
Sat Dec 5 12:15:18 EST 2009


On Dec 5, 2009, at 5:59 PM, Haftish 21 wrote:

Hi,

> I get the ff exception. How could I solve that???
>
> <ows:ExceptionText>Unable to access geometry_columns table</ 
> ows:ExceptionText>

Look like yours geometry datas are not (all) rightly declared in  
geometry_columns table.
A quick way to fix that with PostGIS 1.4.x is:

SELECT probe_geometry_columns();

Cf: <http://postgis.refractions.net/documentation/manual-1.4/Probe_Geometry_Columns.html 
 >


HTH,

--
Olivier


More information about the TinyOWS-users mailing list