RE: User Management - Mailing list pgsql-novice

From Chris Cameron
Subject RE: User Management
Date
Msg-id CPECLBOMCGAECJLMHKMDEENACAAA.chris@UpNIX.com
Whole thread Raw
In response to Re: User Management  ("D. Duccini" <duccini@backpack.com>)
Responses RE: User Management  ("D. Duccini" <duccini@backpack.com>)
List 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@localhost
identified by 'joepass';' in MySQL.

Chris

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



use the "createuser" command


pgsql-novice by date:

Previous
From: "D. Duccini"
Date:
Subject: Re: User Management
Next
From: "D. Duccini"
Date:
Subject: RE: User Management