[postgis-users] guestion about geometry_columns in PostgreSQL 8.2
Marc Compte
mcompte at sigte.udg.es
Mon Feb 26 04:55:03 PST 2007
Hi Maciek,
You can use the following function to delete geometry columns:
DropGeometryColumn(<schema_name>, <table_name>, <column_name>).
You can also delete a table using:
DropGeometryTable([<schema_name>], <table_name>)
Both functions will clean up your geometry_columns table as well.
Marc
En/na Maciej Skorczewski ha escrit:
> hi!
>
>
> Why after delete table whit postgis data in geometry_columns table
> stay old value about deleted tables?
>
>
> How can clear this to?
>
> maciek
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
More information about the postgis-users
mailing list