Postgres: Schema resotre


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

Restore a postgres schema backup file.


Copy this code and paste it in your HTML
  1. pg_restore -d <database> -F t -v <file>

Report this snippet


Comments


You need to login to view comments.