Re: Possible TODO item: copy to/from pipe - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Possible TODO item: copy to/from pipe
Date
Msg-id 13208.1149093007@sss.pgh.pa.us
Whole thread Raw
In response to Re: Possible TODO item: copy to/from pipe  (Andreas Pflug <pgadmin@pse-consulting.de>)
Responses Re: Possible TODO item: copy to/from pipe
List pgsql-hackers
Andreas Pflug <pgadmin@pse-consulting.de> writes:
> Forgot to mention:
> COPY COMPRESSED was also meant to introduce a portable format that's 
> efficient for both text and binary data. Relying on some external XYZzip 
> version seems not too portable to me.

I dislike putting this into the backend precisely because it's trying to
impose a one-size-fits-all compression solution.  Someone might wish to
use bzip2 instead of gzip, for instance, or tweak the compression level
options of gzip.  It's trivial for the user to do that if the
compression program is separate, not trivial at all if it's wired into
COPY.  Also, a pipe feature would have uses unrelated to compression,
such as on-the-fly analysis or generation of data.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: copy with compression progress n
Next
From: Andreas Pflug
Date:
Subject: Re: Possible TODO item: copy to/from pipe