========================================================================
===
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:
---------------------------------------------------------------------