I have some .sql files with thousands of INSERT statements in them and need to run these inserts on my PostgreSQL database in order to add them to a table. The files are tha
export PGPASSWORD= psql -h -d -U -p -a -w -f .sql