This file is indexed.

/usr/share/postgresql/9.3/contrib/logtriga.sql is in skytools-modules-9.3 2.1.13-4.

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
-- usage: logtriga(flds, query)
--
-- query should include 2 args:
--   $1 - for op type I/U/D,
--   $2 - for op data

CREATE OR REPLACE FUNCTION logtriga() RETURNS trigger
AS '$libdir/logtriga', 'logtriga' LANGUAGE C;