Обсуждение: [COMMITTERS] pgsql: Change logical replication pg_hba.conf use

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Change logical replication pg_hba.conf use

От
Peter Eisentraut
Дата:
Change logical replication pg_hba.conf use

Logical replication no longer uses the "replication" keyword.  It just
matches database entries in the normal way.  The "replication" keyword
now only applies to physical replication.

Reviewed-by: Petr Jelinek <petr.jelinek@2ndquadrant.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8df9bd0b445f9bd6134915d4417efde6e85e3add

Modified Files
--------------
doc/src/sgml/client-auth.sgml         | 2 +-
doc/src/sgml/logical-replication.sgml | 8 +++-----
src/backend/libpq/hba.c               | 4 ++--
3 files changed, 6 insertions(+), 8 deletions(-)