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

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Ben Clewett <B(dot)Clewett(at)roadrunner(dot)uk(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Granting permission for users to create users...
Date: 2003-02-18 14:18:21
Message-ID: 20030218141821.GC11505@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, Feb 18, 2003 at 13:18:36 +0000,
Ben Clewett <B(dot)Clewett(at)roadrunner(dot)uk(dot)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.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message greg 2003-02-18 15:12:45 Re: Change the current database programatically
Previous Message Ben Clewett 2003-02-18 13:18:36 Granting permission for users to create users...