How to edit toc.dat file without compromising binary?
I am looking for a way to properly edit a toc.dat
file generated by a pg_dump
.
The idea is to rename the schema’s name before the data import with pg_restore
.
I am looking for a way to properly edit a toc.dat
file generated by a pg_dump
.
The idea is to rename the schema’s name before the data import with pg_restore
.