how to import csv file in postgresql from system in command code example
Example: postgresql import data from csv
copy table from '/home/usama/Documents/columns_rearrange.csv' csv header ;
copy table from '/home/usama/Documents/columns_rearrange.csv' csv header ;