Must be superuser to create this extension.

From: "krzf83(at)gmail(dot)com " <krzf83(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Must be superuser to create this extension.
Date: 2015-02-10 14:39:39
Message-ID: CAJ1PRSkK5wC_rrz+Tdv4tGMcz7aO45WuyhSxyAix1A58fPE7Tg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David G Johnston 2015-02-10 19:13:01 Re: Must be superuser to create this extension.
Previous Message Scott Ribe 2015-02-10 14:32:31 Re: [PERFORM] <empty string> Vs NULL