/ Published in: SQL
Restore a postgres schema backup file.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
pg_restore -d <database> -F t -v <file>