> https://www.postgresql.org/docs/12/logical-replication-restrictions.html
> "Large objects (see Chapter 34) are not replicated. There is no
> workaround for that, other than storing data in normal tables."
> Of course that does not apply to bytea:
> https://www.postgresql.org/docs/12/datatype-binary.html
>
> "Large objects (see Chapter 34) are not replicated. There is no
> workaround for that, other than storing data in normal tables."
>
> Of course that does not apply to bytea:
>
> https://www.postgresql.org/docs/12/datatype-binary.html
That makes sense now, I was reading that section as if it were talking about bytea, not LO.
Thanks for pointing that out!
- Adam