Re: Can I do this?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Wei Weng <wweng(at)kencast(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Can I do this?
Date: 2003-01-18 00:19:51
Message-ID: 200301180019.h0I0Jpp04437@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


See /contrib/dblink, or use an application that attaches to both
databases, or use COPY somehow.

---------------------------------------------------------------------------

Wei Weng wrote:
> I want to select some data out of database A, and insert them into database B. Is it possible to do in one SQL query?
>
> Thanks
>
> Wei

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2003-01-18 00:31:07 Re: Can I do this?
Previous Message Wei Weng 2003-01-17 23:51:27 Can I do this?