This file is indexed.

/usr/share/gforge/db/FTI-20061025.sql is in gforge-db-postgresql 5.1.1-2.

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
SET client_min_messages TO warning;

DROP FUNCTION export_groups_search(text) CASCADE;
DROP FUNCTION forum_search(text, integer) CASCADE;
DROP FUNCTION frs_search(text, integer, text, boolean) CASCADE;
DROP FUNCTION users_search(text) CASCADE;
DROP FUNCTION groups_search(text) CASCADE;
DROP FUNCTION skills_data_search(text) CASCADE;
DROP FUNCTION project_task_search(text, integer, text, boolean) CASCADE;