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

From Ben Clewett
Subject Granting permission for users to create users...
Date
Msg-id 3E5232AC.2030002@roadrunner.uk.com
Whole thread Raw
In response to Problem regarding starting PostgreSQL 7.3.1 on Windows 2000 Professional  ("Dhaval Patel" <galugalugalu@hotmail.com>)
Responses Re: Granting permission for users to create users...
List pgsql-novice
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?

Regards,
Ben


pgsql-novice by date:

Previous
From: "Dhaval Patel"
Date:
Subject: Problem regarding starting PostgreSQL 7.3.1 on Windows 2000 Professional
Next
From: Bruno Wolff III
Date:
Subject: Re: Granting permission for users to create users...