Re: change one database to other

From: Dmitry Morozovsky <marck(at)rinet(dot)ru>
To: RED <kv(at)red(dot)kht(dot)ru>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: change one database to other
Date: 2002-01-08 11:08:06
Message-ID: 20020108140644.A90763-100000@woozle.rinet.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, 8 Jan 2002, RED wrote:

R> I have 2 base Ex: base1 and base2
R> When I connected to base1 I need data from base2 !
R> How did this without disconect from base1 and connect to base2
R> agregate all table into one databese not accesable
R> In mysql this is posible.

Depending on the programming language, you can open two simultaneous
connections to different databases and mix them. It is possible at least
with perl DBI and C's libpq.

Sincerely,
D.Marck [DM5020, DM268-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck(at)rinet(dot)ru ***
------------------------------------------------------------------------

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Manuel Trujillo 2002-01-08 15:13:11 problems with pg_sorttemp
Previous Message RED 2002-01-08 04:47:02 change one database to other