Re: Allowing usernames in pg_hba.conf

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Allowing usernames in pg_hba.conf
Дата
Msg-id 200203111503.g2BF3A703682@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Allowing usernames in pg_hba.conf  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Ответы Re: Allowing usernames in pg_hba.conf  ("Dominic J. Eidson" <sauron@the-infinite.org>)
Re: Allowing usernames in pg_hba.conf  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Список pgsql-hackers
Lincoln Yeoh wrote:
> Is there a way to grant another user access (full/limited) to an entire 
> database?
> 
> Right now pg_hba.conf controls connectivity to a database.
> 
> However from the docs it seems that one has to do a grant for _every_ 
> table.  if a new table is created the user can't access it. This can be 
> annoying in some situations.

Table access and database access are different issues.  One is controled
by pg_hba.conf and other by GRANT.  There is no mass-GRANT capability.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Liam Stewart
Дата:
Сообщение: Re: Adding qualification conditions to EXPLAIN output
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Rationalizing EXPLAIN VERBOSE output