Re: [HACKERS] Enabling replication connections by default inpg_hba.conf

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Enabling replication connections by default inpg_hba.conf
Дата
Msg-id 3ae82e40-4d62-f6e3-6b49-4e527c21199a@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Enabling replication connections by default in pg_hba.conf  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: [HACKERS] Enabling replication connections by default in pg_hba.conf  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 3/3/17 20:30, Michael Paquier wrote:
> Yeah, it looks sensible to me to keep "replication" for physical
> replication, and switch logical replication checks to match a database
> name in hba comparisons.

I think we are OK to move ahead with this.

Another question would be why only enable connections for
@default_username@ by default, instead of all.

Also, with this change, some test code that sets up pg_hba.conf for
replication can be removed.  See attached patch.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Lukas Fittl
Дата:
Сообщение: Re: [HACKERS] [PATCH] Use $ parameters as replacement characters for pg_stat_statements
Следующее
От: Andreas Karlsson
Дата:
Сообщение: Re: [HACKERS] rename pg_log directory?