Answers for "connect to psql and run command script from command line"

2

how to start psql in linux

sudo service postgresql start
# To start the postgresql service
Posted by: Guest on December-12-2020
0

.sql File Run in PSQL

psql -d some_database
Posted by: Guest on February-05-2022

Code answers related to "connect to psql and run command script from command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language