# PL/Ruby extension (MIT License; see LICENSE) # # PL/Ruby is an UNTRUSTED language: Ruby has no sandbox on modern releases # ($SAFE and object tainting were removed in Ruby 3.0), so functions run with # the privileges of the server's OS user. The extension is therefore # superuser-only to install and the language is created without the TRUSTED # attribute. comment = 'PL/Ruby procedural language (untrusted)' default_version = '2.5' module_pathname = '$libdir/plruby' relocatable = false