Re: Granting permission for users to create users... - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: Granting permission for users to create users...
Date
Msg-id 20030218141821.GC11505@wolff.to
Whole thread Raw
In response to Granting permission for users to create users...  (Ben Clewett <B.Clewett@roadrunner.uk.com>)
List 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 by date:

Previous
From: Ben Clewett
Date:
Subject: Granting permission for users to create users...
Next
From: greg@turnstep.com
Date:
Subject: Re: Change the current database programatically