Postgres выполнить несколько SQL -файла из командной строки
psql -U username -d databasename -q -f file1 -f file2
Magnificent Mongoose
psql -U username -d databasename -q -f file1 -f file2