Re: [GENERAL] Opening two databases at the same time?

From: Oleg Broytmann <phd(at)sun(dot)med(dot)ru>
To: De Leersnijder Frederic <frederic(dot)de(dot)leersnijder(at)pandora(dot)be>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Opening two databases at the same time?
Date: 1999-04-13 16:31:22
Message-ID: Pine.SOL2.3.96.SK.990413202918.17941A-100000@sun.med.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 13 Apr 1999, De Leersnijder Frederic wrote:
> Is there a way, or is it possible to open two databases at the same time
> to retrieve information from one database and store it in the other?

I did it one of my programs - I open a database that stores WWW log,
process some data, open another DB, put some data in, and close both DBs.
I am using Python as the programming language, and PyGres
(Postgres=>Python driver) uses libpq, so any libpq-based program will do.

Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2/ phd2(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Deniz Yuret 1999-04-13 16:58:45 memory hungry postgres process
Previous Message De Leersnijder Frederic 1999-04-13 16:21:38 Converting MS Access to postgres under linux.