]> granicus.if.org Git - postgresql/commit
Change logical replication pg_hba.conf use
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 13 Feb 2017 21:50:29 +0000 (16:50 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 22 Mar 2017 15:19:30 +0000 (11:19 -0400)
commit8df9bd0b445f9bd6134915d4417efde6e85e3add
treefb662717a7af3709ebf5619e61bc162b67974299
parent4cfc9484d4effb0a3aa2c8742bdef0c2bc7a3ca5
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>
doc/src/sgml/client-auth.sgml
doc/src/sgml/logical-replication.sgml
src/backend/libpq/hba.c