This file is indexed.

/usr/share/pegasus/sql/delete-pg-rc.sql is in pegasus-wms 4.4.0+dfsg-7.

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
 9
10
11
12
13
--
-- schema: org.griphyn.common.catalog.ReplicaCatalog
-- driver: PostGreSQL 7.4.*
-- $Revision$
--

DROP INDEX ix_rc_attr;
DROP TABLE rc_attr;
DROP INDEX ix_rc_lfn;
DROP TABLE rc_lfn;
DROP SEQUENCE rc_lfn_id;

DELETE FROM pegasus_schema WHERE name='JDBCRC';