Re: role does not exist - Mailing list pgsql-general

From Craig Ringer
Subject Re: role does not exist
Date
Msg-id 5094A949.2080405@ringerc.id.au
Whole thread Raw
In response to Re: role does not exist  (Kevin Burton <rkevinburton@charter.net>)
List pgsql-general
On 11/03/2012 12:17 PM, Kevin Burton wrote:
> I was not aware of the login option. That is probably the solution. Thank you.
You can ALTER the user to add the LOGIN right, or just DROP it and
re-CREATE it again.

CREATE USER is shorthand for CREATE ROLE ... LOGIN

--
Craig Ringer


pgsql-general by date:

Previous
From: Kevin Burton
Date:
Subject: Re: role does not exist
Next
From: Arvind Singh
Date:
Subject: Update latest column in master table from transaction table