/usr/share/postgresql/10/extension/plsh--unpackaged--1.sql is in postgresql-10-plsh 1.20171014-1.
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);
|