Cara Import data base di postgres melalui terminal

psql -U [user postgres] [nama database] -f [fileDatabaseygDiImport.sql] 

Comments