import csv file in postgresql using command line 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 ;