Granting permission for users to create users...

From: Ben Clewett <B(dot)Clewett(at)roadrunner(dot)uk(dot)com>
To:
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Granting permission for users to create users...
Date: 2003-02-18 13:18:36
Message-ID: 3E5232AC.2030002@roadrunner.uk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bruno Wolff III 2003-02-18 14:18:21 Re: Granting permission for users to create users...
Previous Message Dhaval Patel 2003-02-18 04:03:39 Problem regarding starting PostgreSQL 7.3.1 on Windows 2000 Professional