Re: gsoc ideas

From: longlong <asfnuts(at)gmail(dot)com>
To: "Richard Huxton" <dev(at)archonet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: gsoc ideas
Date: 2008-03-11 10:55:29
Message-ID: d9f0a46b0803110355k1a5eee9dlcef018d2ea049711@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

i see.
now i know that COPY with STDIN/OUT can do what i mentioned before exactly.

2008/3/11, Richard Huxton <dev(at)archonet(dot)com>:
>
> longlong wrote:
> > your words are a great encouragement to me!
> >
> > i am embarrassed by my English and i will improve it.
> >
> > maybe i missed something that makes you a little misunderstand in point
> 3.
> > what i want is data-copys between databases automatically processed by
> > program. and databases may be not in the same host. i feel that this is
> hard
> > to implement now. so i'll try 1 and 2 in [HACKERS].
>
> You can do it with different hosts too:
>
> psql -h host1 -c "copy x to stdout" | psql -h host2 -c "copy y from stdin"
>
>
> --
> Richard Huxton
> Archonet Ltd
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2008-03-11 11:17:55 Re: ISO something like "#if 0 ... #endif" for SQL code
Previous Message Richard Huxton 2008-03-11 09:26:11 Re: gsoc ideas