I'm looking for a more effective way to clear all records then add the
new ones instead of dropping table .
I am wanting to Truncate all records from the table then add the new shapefile.
Currently im using this command
shp2pgsql -d -s 4269 NWSWatch.shp watches geoserver| psql -d geoserver
is there a way to do this? The reason is that my clients are sometimes
updating when Im dropping the table and its throwing them
into all types of errors. The field names will always be the same.
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to