Postgres Schema Backup


/ Published in: SQL
Save to your folder(s)

Take backup of a schema with large objects


Copy this code and paste it in your HTML
  1. pg_dump -f <file> -F t -o --blobs -n <schema> <database>

Report this snippet


Comments


You need to login to view comments.