On Monday, August 12, 2024, Wasim Devale <
wasimd60@gmail.com> wrote:
Then what might be the solution for it if I am only concerned about using pg_dump
Create a new table to house the bytea data, copy the bytea data to it, drop the bytea column from the existing table.
David J.