Group does not exist.

Поиск
Список
Период
Сортировка
От Bob Jarman
Тема Group does not exist.
Дата
Msg-id 002001c382c2$7e1b71e0$0200a8c0@homecomputer
обсуждение исходный текст
Ответы Re: Group does not exist.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-novice
Hello all,

I'm trying to grant select privileges to members of a group.
I created the group (testgroup), added users, and when I

grant select on employee to testgroup;

in psql "ERROR Group testgroup does not exist" is returned.

I've tried this in Xpg, the psql command line, and using DBVisualizer, all
with identical results.
The group is listed in pg_group along with the IDs of the users I wanted
assigned to the group.
I was able to grant the privileges by iterating through the individual
users.

Any help is appreciated.
Bob



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

Предыдущее
От: Owen Funkhouser
Дата:
Сообщение: Difficult select statement
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Group does not exist.