Re: nested xacts: update password file

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: nested xacts: update password file
Дата
Msg-id 27053.1089661467@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: nested xacts: update password file  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-patches
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> But how is the file used?  Where do I put the file, what do I put in
> pg_hba.conf to use the file?  Can I have several files, one per
> pg_hba.conf entry?  Can I use multiple files with a single pg_hba.conf
> entry?  What happens if I have a username that has the separator in it?

You don't do anything with it directly.  Just create some users and
assign them some passwords and see if the file updates (or even
more directly, try to log in using password auth).  It's just a
transmission mechanism to put the important parts of pg_shadow and
pg_group in a place where the postmaster can read 'em.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: More canonicalization fixes
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: nested xacts: update password file