PostgreSQL Support for Large Object Replication – DZone
Replication of large objects isn’t currently supported by the community version of PostgreSQL logical replication. If you try to replicate a large object with logical replication, PostgreSQL will return: Large objects aren’t supported by logical replication. It’s a meaningful error...