GRANT role docs inconsistency - Mailing list pgsql-hackers

From Magnus Hagander
Subject GRANT role docs inconsistency
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA355E9@algol.sollentuna.se
Whole thread Raw
Responses Re: GRANT role docs inconsistency
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: python / 7.4 / FC5 / x86_64
Next
From: "Jim C. Nasby"
Date:
Subject: Re: integration of pgcluster into postgresql