PostgreSQL
Export Tabel Into Postgresql Database
Submitted by k4tz on Mon, 08/11/2008 - 08:42
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






