Re: Toasted column values during replication

2023-07-15 Thread Chandy G
Using pgoutput - aws rds 13* version and seeing this behavior when using it with debezium 2.0.0 version. Best. On Friday, 30 June, 2023 at 12:53:20 pm GMT-7, Laurenz Albe wrote: On Fri, 2023-06-30 at 17:06 +, Chandy G wrote: > For instance :  Can the postgres internal component (

Re: Toasted column values during replication

2023-06-30 Thread Laurenz Albe
On Fri, 2023-06-30 at 17:06 +, Chandy G wrote: > For instance :  Can the postgres internal component (wal-sender / *) > interpret this special > toasted-col-value sitting in the wal-file -> replace it with the actual value > and send it to > the replication slot. Which logical decoding plugi

Toasted column values during replication

2023-06-30 Thread Chandy G
Hi PG Users,  We are running into the postgres toasted values showing up in replication slots. We are using debezium and have gone through the following 1. Various options for handling toasted values during replication at the application level.2. Postgres option to turn on replica identitiy to fu