pmav

Insert data into PostgreSQL using command line in Linux

Insert data into PostgreSQL using command line in Linux:

sudo -u postgres psql <Database>

\i <SQL File>

blog comments powered by Disqus
  1. pmav posted this