Return to Snippet

Revision: 50563
at August 26, 2011 14:53 by arunpjohny


Initial Code
pg_dump -f <file> -F t -o --blobs -n <schema> <database>

Initial URL


Initial Description
Take backup of a schema with large objects

Initial Title
Postgres Schema Backup

Initial Tags


Initial Language
SQL