test_dd=> CREATE EXTENSION plpython3u; ERROR: permission denied to create extension "plpython3u" HINT: Must be superuser to create this extension. test_dd=> CREATE EXTENSION plperl; CREATE EXTENSION Does that mean that installing plpython3u can break security model on shared database server? Does that mean that plperl won't break it? Security implications (on shared database server) of intalling extensions are still undocumented. -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin