Res: Re: [postgis-users] dropping geometry tables

Nicolas Ribot nicky666 at gmail.com
Fri Jul 29 06:51:19 PDT 2005


> Thank you, but: 
>   
> dbpotgis-# DropGeometryTable('ezequias');
> ERROR:  syntax error at or near "DropGeometryTable" at character 1
> dbpotgis=#
>   

try
select DropGeometryTable('ezequias');

Also, check your table's schema (type: \d ezequias at the psql command prompt).
If schema is not "public", you should pass it as the function's argument.

Nico



More information about the postgis-users mailing list