Andreas Pflug wrote:
> Tom Lane wrote:
> > After re-reading what I just wrote to Andreas about how compression of
> > COPY data would be better done outside the backend than inside, it
> > struck me that we are missing a feature that's fairly common in Unix
> > programs. Perhaps COPY ought to have the ability to pipe its output
> > to a shell command, or read input from a shell command. Maybe something
> > like
> >
> > COPY mytable TO '| gzip >/home/tgl/mytable.dump.gz';
For use case, consider this:
COPY mytable TO '| rsh x(at)y(dot)com > test ';
so you can COPY to another server directly.
--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
In response to
Responses
pgsql-hackers by date
| Next: | From: Kris Jurka | Date: 2006-06-04 01:02:07 |
| Subject: Re: Going for "all green" buildfarm results |
| Previous: | From: Bruce Momjian | Date: 2006-06-04 00:09:09 |
| Subject: Re: Possible TODO item: copy to/from pipe |