Must be superuser to create this extension.

Поиск
Список
Период
Сортировка
От krzf83@gmail.com
Тема Must be superuser to create this extension.
Дата
Msg-id CAJ1PRSkK5wC_rrz+Tdv4tGMcz7aO45WuyhSxyAix1A58fPE7Tg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Must be superuser to create this extension.  (David G Johnston <david.g.johnston@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Scott Ribe
Дата:
Сообщение: Re: [PERFORM] Vs NULL
Следующее
От: David G Johnston
Дата:
Сообщение: Re: Must be superuser to create this extension.