Re: [UMN_MAPSERVER-USERS] query postgres AND oracle

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [UMN_MAPSERVER-USERS] query postgres AND oracle
Дата
Msg-id 10514.1201986509@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [UMN_MAPSERVER-USERS] query postgres AND oracle  ("John Smith" <jayzee.smith@gmail.com>)
Список pgsql-general
"John Smith" <jayzee.smith@gmail.com> writes:
> thanks. thought dbi-link could only connect across postgres databases,
> didn't realize it can connect postgres AND oracle. will look into it.

No, you're confusing it with dblink, which is Postgres-specific.
dbi-link relies on the Perl DBI layer, so it should be able to talk
to anything for which you can find a DBD driver.  It's a completely
different programming model though, and doesn't expose as much
flexibility as dblink does.

            regards, tom lane

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

Предыдущее
От: "John Smith"
Дата:
Сообщение: Re: [UMN_MAPSERVER-USERS] query postgres AND oracle
Следующее
От: "Webb Sprague"
Дата:
Сообщение: Re: arrays of floating point numbers / linear algebra operations into the DB