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

From Andreas Pflug
Subject Re: Possible TODO item: copy to/from pipe
Date
Msg-id 4482CCE5.6020900@pse-consulting.de
Whole thread Raw
In response to Re: Possible TODO item: copy to/from pipe  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Possible TODO item: copy to/from pipe  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Bruce Momjian wrote:
>
> For use case, consider this:
>
>      COPY mytable TO '| rsh x@y.com > test ';
>
> so you can COPY to another server directly.
>   
Why not rsh psql -c "\copy foobar to test" ?

Regards,
Andreas



pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: More thoughts about planner's cost estimates
Next
From: "Andrew Dunstan"
Date:
Subject: Re: 'CVS-Unknown' buildfarm failures?