Import SQL dump into a PostgreSQL database

Imports a SQL dump into an existing database. Note the database must already be created for this to work.

Authored by: dazz
Brought to you by Warp, a free terminal reimagined to work like a modern app.
database_name
database_dump

Command
Copy
psql database_name < database_dump
Tags