Project

General

Profile

« Previous | Next » 

Revision 578

Added by berkley about 24 years ago

a script for clearing the contents of a metadat DB without destroying the table structures and without erasing the DTD and XSL entries in xml_catalog.

View differences:

src/clear.sql
1
delete from xml_index;
2
delete from xml_revisions;
3
delete from xml_documents;
4
delete from xml_nodes;
5
delete from xml_acc_numbers;
6
commit;
7

  
0 8

  

Also available in: Unified diff