Change logical replication pg_hba.conf use

Peter Eisentraut <peter_e@gmx.net>

Commit: 8df9bd0b445f9bd6134915d4417efde6e85e3add
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-03-22T15:19:30Z
Releases: 10.0
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>

Files

PathChange+/−
doc/src/sgml/client-auth.sgml modified +1 −1
doc/src/sgml/logical-replication.sgml modified +3 −5
src/backend/libpq/hba.c modified +2 −2

Documentation touched