This file is indexed.

/usr/share/postgresql/9.4/extension/pltcl--unpackaged--1.0.sql is in postgresql-pltcl-9.4 9.4.18-0+deb8u1.

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
/* src/pl/tcl/pltcl--unpackaged--1.0.sql */

ALTER EXTENSION pltcl ADD PROCEDURAL LANGUAGE pltcl;
-- ALTER ADD LANGUAGE doesn't pick up the support functions, so we have to.
ALTER EXTENSION pltcl ADD FUNCTION pltcl_call_handler();