/ Published in: SQL
Take backup of a schema with large objects
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
pg_dump -f <file> -F t -o --blobs -n <schema> <database>