PostgreSQL

Export Tabel Into Postgresql Database

Tagged:

If you have a table in sql file format and want to export to your poqstgresql database you can use this command:

 

$ sudo psql -U host database -f msisdn.sql

Syndicate content