Re: Grant question

Поиск
Список
Период
Сортировка
От Bosco Rama
Тема Re: Grant question
Дата
Msg-id 4D6E9CE8.1000503@boscorama.com
обсуждение исходный текст
Ответ на Grant question  (Michael Black <michaelblack75052@hotmail.com>)
Список pgsql-general
Michael Black wrote:
>
> Ok.  What am I missing here?  B_USER is a defined Group Role
>
> CREATE ROLE "B_USER"

You used double-quotes here.  This will preserve case and any
non-standard identifier characters (spaces, punctuation, etc.)

> TO ROLE B_USER;

And, thus, you need to use them here.  Without the double-quotes
PG assumes lowercase.

HTH

Bosco.


В списке pgsql-general по дате отправления:

Предыдущее
От: S G
Дата:
Сообщение: Re: Grant question
Следующее
От: "James B. Byrne"
Дата:
Сообщение: How to approach dynamic status reporting