mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
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>