/usr/share/pegasus/sql/delete-pg-tc.sql is in pegasus-wms 4.0.1+dfsg-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | --DELETES the TC tables
DROP TABLE tc_lfnpfnmap;
DROP TABLE tc_lfnprofile;
DROP TABLE tc_logicaltx;
DROP TABLE tc_pfnprofile;
DROP TABLE tc_physicaltx;
DROP TABLE tc_sysinfo CASCADE;
|