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

Ezequias Rodrigues da Rocha ezequias at recife.pe.gov.br
Fri Jul 29 07:02:51 PDT 2005


I checked the  geometry_columns and ezequias tables with the command \d

There is no problem now.

Thank you Nicolas
 
 
-------Mensagem original-------
 
De: Nicolas Ribot
Data: 07/29/05 10:33:48
Para: PostGIS Users Discussion
Assunto: Re: Res: Re: [postgis-users] dropping geometry tables
 
> 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
_______________________________________________
postgis-users mailing list
postgis-users at postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20050729/34a772fb/attachment.html>


More information about the postgis-users mailing list