pgsql: Change logical replication pg_hba.conf use

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change logical replication pg_hba.conf use
Date: 2017-03-22 15:19:53
Message-ID: E1cqi3F-000526-7w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)jelinek(at)2ndquadrant(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2017-03-22 15:39:20 Re: [COMMITTERS] pgsql: Sync pg_dump and pg_dumpall output
Previous Message Andrew Dunstan 2017-03-22 14:20:50 pgsql: Sync pg_dump and pg_dumpall output