Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 199 Bytes

export.md

File metadata and controls

5 lines (4 loc) · 199 Bytes

Note that the export will result in a file containing the binary postgres export data. It can be converted to plain text using pg_restore as follows

pg_restore data.dump -f plain.sql