/ Published in: SQL
Take backup of a schema with large objects
Expand |
Embed | Plain Text
pg_dump -f <file> -F t -o --blobs -n <schema> <database>
You need to login to post a comment.
Take backup of a schema with large objects
pg_dump -f <file> -F t -o --blobs -n <schema> <database>
You need to login to post a comment.