Must be superuser to create this extension. - Mailing list pgsql-admin

From krzf83@gmail.com
Subject Must be superuser to create this extension.
Date
Msg-id CAJ1PRSkK5wC_rrz+Tdv4tGMcz7aO45WuyhSxyAix1A58fPE7Tg@mail.gmail.com
Whole thread Raw
Responses Re: Must be superuser to create this extension.  (David G Johnston <david.g.johnston@gmail.com>)
List 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.


pgsql-admin by date:

Previous
From: Scott Ribe
Date:
Subject: Re: [PERFORM] Vs NULL
Next
From: David G Johnston
Date:
Subject: Re: Must be superuser to create this extension.