Re: DBI connection to multiple database

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: DBI connection to multiple database
Дата
Msg-id 20030521174646.K562@hermes.hilbert.loc
обсуждение исходный текст
Ответ на DBI connection to multiple database  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
Список pgsql-general
> Is there a way to connect to one database, extract data,
> (say, some select query) and then export that data
> into another database without having to table the
> data into a file of some sort?
You might want to start learning about the concept of data
types and variables in programming languages (this includes
shells). Also, reading up on how to pipe things from stdout
of one program to stdin of another might help.

If you want to make one database pipe stuff into another
database directly you'd need to learn about the various
approaches summed up under "dblink". One implementation is
found in contrib/. Search the list archive for more on this.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346

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

Предыдущее
От: nolan@celery.tssi.com
Дата:
Сообщение: Re: DBI connection to multiple database
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: PRIMARY KEYS