Re: [HACKERS] GRANT role docs inconsistency

2006-09-04 Thread Magnus Hagander
GRANT role [, ...] TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH ADMIN OPTION ] It doesn't say that anymore: http://archives.postgresql.org/pgsql-committers/2006- 08/msg00034.php Pfft. I need to remember to check development docs as well :-) sorry about the noise.

Re: [HACKERS] GRANT role docs inconsistency

2006-08-31 Thread Tom Lane
Magnus Hagander [EMAIL PROTECTED] writes: The manual says: GRANT role [, ...] TO { username | GROUP groupname | PUBLIC } [, ...] [ WITH ADMIN OPTION ] It doesn't say that anymore: http://archives.postgresql.org/pgsql-committers/2006-08/msg00034.php Perhaps we ought to start thinking

[HACKERS] GRANT role docs inconsistency

2006-08-29 Thread Magnus Hagander
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