Re: role does not exist

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: role does not exist
Дата
Msg-id 5094A949.2080405@ringerc.id.au
обсуждение исходный текст
Ответ на Re: role does not exist  (Kevin Burton <rkevinburton@charter.net>)
Список 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 по дате отправления:

Предыдущее
От: Kevin Burton
Дата:
Сообщение: Re: role does not exist
Следующее
От: Arvind Singh
Дата:
Сообщение: Update latest column in master table from transaction table