Run psql file from terminal

Postgresql -- Posted on Aug. 10, 2017

Run psql file from terminal

              
                psql -U username -d database -a -f file.psql
                  
   
            

Related Posts