Re: Grant blanket permissions on a database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Grant blanket permissions on a database
Дата
Msg-id 3071.1007497535@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Grant blanket permissions on a database  (Kirk Strauser <kirk@nmotioninc.com>)
Список pgsql-general
Kirk Strauser <kirk@nmotioninc.com> writes:
> when trying to insert data into a table with a serial field.  Shouldn't the
> host line allow that user full permission to create, drop, and update every
> element in the database?

Nope.  pg_hba.conf only tells whether you are allowed to connect to a
database, not what privileges you have once you're in it.

It would appear that you need to do a little GRANTing.

            regards, tom lane

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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: Installing DBD::Pg module without Pg Database server
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Grant blanket permissions on a database