RE: User Management

From: "Chris Cameron" <chris(at)UpNIX(dot)com>
To: "D(dot) Duccini" <duccini(at)backpack(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: RE: User Management
Date: 2001-07-04 23:02:10
Message-ID: CPECLBOMCGAECJLMHKMDEENACAAA.chris@UpNIX.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

That doesn't solve my problem of whoever creates the database owns the
database.

I'd like to have user 'joe' have access /only/ to the database 'chris'.
As far as I can tell the only way to do this is have 'joe' create the
database.

I'm looking for the equivalent to 'GRANT ALL ON chris to joe(at)localhost
identified by 'joepass';' in MySQL.

Chris

-----Original Message-----
From: D. Duccini [mailto:duccini(at)backpack(dot)com]
Sent: Wednesday, July 04, 2001 4:48 PM
To: Chris Cameron
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] User Management

use the "createuser" command

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Chris Cameron 2001-07-04 23:35:13 RE: User Management
Previous Message D. Duccini 2001-07-04 23:01:18 RE: User Management