On Tue, Jul 27, 2021 at 4:38 AM Dave Cramer <davecramer(at)postgres(dot)rocks>
wrote:
>
> Does RDS allow logical replication
>
Yes, it does. I believe it was patched for v9.6, but v10 and above support
it out of the box, and the RDS version of PostgreSQL shares that support. I
have used it with v10 and v11, and it works exactly like the standard PG
docs say it should.
- Miles