Database Grants Bug - Mailing list pgsql-bugs

From Marcus England
Subject Database Grants Bug
Date
Msg-id 000501c36540$7a76e370$0c6cfea9@ENGLAND
Whole thread Raw
Responses Re: Database Grants Bug  (Joe Conway <mail@joeconway.com>)
List pgsql-bugs
========================================================================
===

                        POSTGRESQL BUG REPORT TEMPLATE

========================================================================
====





Your name               : Marcus England

Your email address      : marcus.england@nospam.noaa.gov





System Configuration

---------------------

  Architecture (example: Intel Pentium)         : Intel Pentium



  Operating System (example: Linux 2.0.26 ELF)  : Linux 2.4.20 Redhat



  PostgreSQL version (example: PostgreSQL-7.3.4):   PostgreSQL-7.3.4



  Compiler used (example:  gcc 2.95.2)          : gcc 3.2.2





Please enter a FULL description of your problem:

------------------------------------------------

Grants do not work at the database level using the syntax mentioned in
the documentation. i.e.:



GRANT ALL ON DATABASE dbname TO GROUP groupname;



Or



GRANT ALL ON DATABASE dbname TO username;



No errors are reported.



Please describe a way to repeat the problem.   Please try to provide a

concise reproducible example, if at all possible:

----------------------------------------------------------------------

Using any database with any user or group should do the trick.





If you know how this problem might be fixed, list the solution below:

---------------------------------------------------------------------

pgsql-bugs by date:

Previous
From: Dave Cramer
Date:
Subject: Re: [JDBC] Bug #926: if old postgresql.jar in CLASSPATH,
Next
From: Joe Conway
Date:
Subject: Re: Database Grants Bug