pg_back
pg_back copied to clipboard
Support of FORMAT binary (bytea problem)
- Big
bytea
fields (> a few 100MBs) cannot be exported (famous old limitation) -
pg_dumpbinary
usesCOPY ... TO ... (FORMAT binary)
but has very few features. - Is it possible that
pg_back
covers this case? A parameter may contain tables to be dumped withFORMAT binary
. I suppose that coherence may be a problem (or use--snapshot
?) And it would need a separate restore script.