GRANT role TO PUBLIC- not working?

Поиск
Список
Период
Сортировка
От Brian Hurt
Тема GRANT role TO PUBLIC- not working?
Дата
Msg-id 44CFA649.7080803@janestcapital.com
обсуждение исходный текст
Ответы Re: GRANT role TO PUBLIC- not working?  (Richard Broersma Jr <rabroersma@yahoo.com>)
Re: GRANT role TO PUBLIC- not working?  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Список pgsql-novice
I'm having problems granting a role to PUBLIC.  According to the manual,
you do this by:
    GRANT role TO PUBLIC;

but when I try this, I get an error:

bhurt_dev=# GRANT test_role TO PUBLIC;
ERROR:  role "public" does not exist
bhurt_dev=#

This is Postgresql 8.01.0004.  Any ideas?

Brian


В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: precompiling regular expressions in plpgsql
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: GRANT role TO PUBLIC- not working?