Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
From: "Etsuro Fujita" <fujita.etsuro@lab.ntt.co.jp>
To: "'Tom Lane'" <tgl@sss.pgh.pa.us>, "'Robert Haas'" <robertmhaas@gmail.com>
Cc: "'Craig Ringer'" <craig@2ndquadrant.com>, "'Simon Riggs'" <simon@2ndquadrant.com>, "'Fujii Masao'" <masao.fujii@gmail.com>, "'Craig Ringer'" <ringerc@ringerc.id.au>, <pgsql-hackers@postgresql.org>
Date: 2012-11-26T12:43:36Z
Lists: pgsql-hackers
Attachments
- copy-popen-20121126.patch (application/octet-stream) patch
I wrote: > > I'll reimplement the feature using the PROGRAM keyword: > > > > > COPY TABLE FROM PROGRAM 'command line'; > > > COPY TABLE TO PROGRAM 'command line'; > > I've reimplemented the feature. Attached is an updated version of the patch. I fixed bugs in the previous version of the patch. Please find attached an updated version of the patch. Thanks, Best regards, Etsuro Fujita