Re: Toasted column values during replication - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Toasted column values during replication
Date
Msg-id 4cb165af29d495718a995875ad9e2af5708733bd.camel@cybertec.at
Whole thread Raw
In response to Toasted column values during replication  (Chandy G <vgchandru@yahoo.com>)
Responses Re: Toasted column values during replication  (Chandy G <vgchandru@yahoo.com>)
List pgsql-general
On Fri, 2023-06-30 at 17:06 +0000, 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 plugin are you using?

"pgoutput", which is provided by PostgreSQL, will surely emit properly detoasted values.

Yours,
Laurenz Albe



pgsql-general by date:

Previous
From: Chandy G
Date:
Subject: Toasted column values during replication
Next
From: Nathan Bossart
Date:
Subject: Is anyone using db_user_namespace?