BUG #2561: Manual is wrong: You can't grant a group to public

From: "Brian Hurt" <bhurt(at)janestcapital(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2561: Manual is wrong: You can't grant a group to public
Date: 2006-08-01 21:15:38
Message-ID: 200608012115.k71LFcLk017421@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2561
Logged by: Brian Hurt
Email address: bhurt(at)janestcapital(dot)com
PostgreSQL version: 8.01
Operating system: Documentation
Description: Manual is wrong: You can't grant a group to public
Details:

The manual page for grant here:

http://www.postgresql.org/docs/8.1/interactive/sql-grant.html

indicates that you can grant a group to public. The discussion of
priveleges here:

http://www.postgresql.org/docs/8.1/interactive/privileges.html

indicates that you can't, and experiment with 8.01 confirms that you can't
as well. I'm assuming this is a cut and paste error with the documentation.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jan Cruz 2006-08-02 01:36:00 BUGS: pg_restore custom archiver out of memory
Previous Message Greg Steele 2006-08-01 21:02:38 Re: Trigger and Recursive Relation ?