I'd like to effectively blank out the data tables for a module (in
this case, ecommerce) in a running OpenACS installation without
affecting the other system data (users, etc). Trying to DELETE ... in
psql doesn't work since there are now test orders and this would
affect the integrity. I would appreciate recommendations as to how to
best to this.
I was thinking about creating a new ACS PG database and then just
copying over the relevant files (in this case ec_*) from the new
directory, but this is probably not the right way to do it?