"Sam Howard" <[EMAIL PROTECTED]> writes:
> Trying to implement user level access and security, and am finding
> unexpected behavior with respect to group roles.
I believe the problem is here:
> CREATE ROLE appuser LOGIN
> ENCRYPTED PASSWORD 'mdblahblahblah'
> NOSUPERUSER NOINHERIT NOCREATEDB
The following bug has been logged online:
Bug reference: 2516
Logged by: Sam Howard
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.4 -Deb Etch
Operating system: Linux - Debian Etch
Description:group privs do not seem to be honored
Details:
Trying to implem