Re: [BUGS] BUG #1830: Non-super-user must be able to copy from a

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: [BUGS] BUG #1830: Non-super-user must be able to copy from a
Дата
Msg-id 20050818211012.A2341@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #1830: Non-super-user must be able to copy from a file  (Bernard <bht@actrix.gen.nz>)
Ответы Re: [BUGS] BUG #1830: Non-super-user must be able to copy from a  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-general
On Fri, 19 Aug 2005, Bernard wrote:

> My suggestions for improving the COPY command so it can be used by
> non-superuser users would be as follows:

If you want to do this without switching to a different UNIX user, can't
you already write a small SECURITY DEFINER function as a superuser that
does the copy from file based on arguments and then give permissions to
that function to the appropriate non-superusers?

В списке pgsql-general по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: [BUGS] BUG #1830: Non-super-user must be able to copy from a
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: How to determine table schema in trigger function