GRANT role docs inconsistency

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема GRANT role docs inconsistency
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA355E9@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: GRANT role docs inconsistency
Список pgsql-hackers
The manual says:
GRANT role [, ...]   TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH ADMIN
OPTION ]

But:
postgres=# GRANT test TO GROUP test2;
ERROR:  syntax error at or near "GROUP" at character 15
LINE 1: GRANT test TO GROUP test2;


Either I can't read the docs :-), or the docs are wrong, or the code is
wrong...

//Magnus



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: python / 7.4 / FC5 / x86_64
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: integration of pgcluster into postgresql