Insert data into PostgreSQL using command line in Linux
Insert data into PostgreSQL using command line in Linux:
blog comments powered by Disqussudo -u postgres psql <Database>
\i <SQL File>
-
howardtharp likes this
-
pmav posted this