Re: [PATCH] COPY .. COMPRESSED

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: Stephen Frost <sfrost@snowman.net>
Cc: Bruce Momjian <bruce@momjian.us>, pgsql-hackers@postgresql.org
Date: 2013-01-16T20:04:45Z
Lists: pgsql-hackers
On 1/15/13 2:53 PM, Stephen Frost wrote:
> You're right, to clarify, for *file_fdw*, which is a backend-only
> operation, the popen patch is great (thought I made that clear before).

I would think that if we get writable FDWs, you would want file_fdw to
go through zlib so that it can write directly to the file.