keywords on .pgpass

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема keywords on .pgpass
Дата
Msg-id 3f0b79eb0912250058i2bf1d3d9tc0eb127fc6d66679@mail.gmail.com
обсуждение исходный текст
Ответы Re: keywords on .pgpass  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Hi,

pg_hba.conf accepts some keywords like 'all', 'sameuser' and so on.
Likewise, I'd like to support the same keywords for .pgpass file.
Thought?

In Streaming Replication, new keyword 'replication' has been introduced
into pg_hba.conf to authenticate the standby server. If my proposal will
have been accepted, I'll also add the 'replication' keyword into .pgpass
file. This keyword is required to specify the password which the standby
uses since the connection for replication doesn't correspond to the specific
database.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: info about patch: using parametrised query in psql
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: keywords on .pgpass