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.
Then what might be the solution for it if I am only concerned about using pg_dump