Re: Possible TODO item: copy to/from pipe

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Possible TODO item: copy to/from pipe
Date: 2006-06-04 12:07:01
Message-ID: 4482CCE5.6020900@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
>
> For use case, consider this:
>
> COPY mytable TO '| rsh x(at)y(dot)com > test ';
>
> so you can COPY to another server directly.
>
Why not rsh psql -c "\copy foobar to test" ?

Regards,
Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-06-04 13:18:59 Re: 'CVS-Unknown' buildfarm failures?
Previous Message Greg Stark 2006-06-04 07:09:30 Re: More thoughts about planner's cost estimates