I\'m trying to send an CSV file that I create using this command :
copy ( select 1 as a ,2 as b ,3 as c) to \'/var/lib/pgsql/output.csv\' with delimiter \',\'