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

Поиск
Список
Период
Сортировка
От Oleg Broytmann
Тема Re: [GENERAL] Opening two databases at the same time?
Дата
Msg-id Pine.SOL2.3.96.SK.990413202918.17941A-100000@sun.med.ru
обсуждение исходный текст
Ответ на Opening two databases at the same time?  (De Leersnijder Frederic <frederic.de.leersnijder@pandora.be>)
Ответы Re: [GENERAL] Opening two databases at the same time?  (Thomas Good <tomg@admin.nrnet.org>)
Список 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@earthling.net
           Programmers don't die, they just GOSUB without RETURN.


В списке pgsql-general по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] Re: [GENERAL] leap day bug after 1901
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: [GENERAL] Converting MS Access to postgres under linux.