/usr/share/postgresql/9.5/extension/plsh--unpackaged--1.sql is in postgresql-9.5-plsh 1.20140221-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | ALTER EXTENSION plsh ADD PROCEDURAL LANGUAGE plsh;
ALTER EXTENSION plsh ADD FUNCTION plsh_handler();
ALTER EXTENSION plsh ADD FUNCTION plsh_validator(oid);
|