Change logical replication pg_hba.conf use
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |