Database Grants Bug

Поиск
Список
Период
Сортировка
От Marcus England
Тема Database Grants Bug
Дата
Msg-id 000501c36540$7a76e370$0c6cfea9@ENGLAND
обсуждение исходный текст
Ответы Re: Database Grants Bug  (Joe Conway <mail@joeconway.com>)
Список 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 по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: [JDBC] Bug #926: if old postgresql.jar in CLASSPATH,
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Database Grants Bug