This file is indexed.

/usr/share/postgresql/9.6/extension/plproxy--2.5.0--2.7.0.sql is in postgresql-9.6-plproxy 2.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
CREATE FUNCTION plproxy_validator (oid)
RETURNS void AS 'plproxy' LANGUAGE C;

CREATE OR REPLACE LANGUAGE plproxy HANDLER plproxy_call_handler VALIDATOR plproxy_validator;