trying to copy file cretead by postgresql copy to command using python

前端 未结 0 1084
故里飘歌
故里飘歌 2020-12-16 15:58

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 \',\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题