Re: WIP: getting rid of the pg_database flat file

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: WIP: getting rid of the pg_database flat file
Дата
Msg-id 200908120239.39680.andres@anarazel.de
обсуждение исходный текст
Ответ на Re: WIP: getting rid of the pg_database flat file  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wednesday 12 August 2009 02:30:53 Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
> > Tom Lane wrote:
> >> I'd also like to look into getting rid of the pg_auth flat file.
> > That would be sad for many users of pgbouncer.
> Really?  And how would pgbouncer be depending on that?
One can currently use a copy of that file for its authentication (which it does 
seperately).
I actually don't see a big problem there  - if its contents change often its 
not safe to use that file from outside anyway, and in the other case you easily 
can update it with a select...

Andres


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Collation
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: WIP: getting rid of the pg_database flat file