Re: Granting permission for users to create users...

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Granting permission for users to create users...
Дата
Msg-id 20030218141821.GC11505@wolff.to
обсуждение исходный текст
Ответ на Granting permission for users to create users...  (Ben Clewett <B.Clewett@roadrunner.uk.com>)
Список pgsql-novice
On Tue, Feb 18, 2003 at 13:18:36 +0000,
  Ben Clewett <B.Clewett@roadrunner.uk.com> wrote:
> Novice PostgreSQL,
>
> I'm trying to create a user who can create other users and grant
> permissions to them.  The manual states this should work:
>
> grant all on {object} to {user} with grant option;
>
> But the reply I get is:
>
> ERROR:  grant options are not implemented
>
> How do I create a user with permissions to user the 'grant' option?

That feature has been added to 7.4 (which isn't even in beta yet), but is
not available in 7.3.

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

Предыдущее
От: Ben Clewett
Дата:
Сообщение: Granting permission for users to create users...
Следующее
От: greg@turnstep.com
Дата:
Сообщение: Re: Change the current database programatically