Re: dblink vs dbi-link (and errors compiling)

Поиск
Список
Период
Сортировка
От Ow Mun Heng
Тема Re: dblink vs dbi-link (and errors compiling)
Дата
Msg-id 1189155509.13896.6.camel@neuromancer.home.net
обсуждение исходный текст
Ответ на Re: dblink vs dbi-link (and errors compiling)  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список pgsql-general
On Fri, 2007-09-07 at 10:16 +0200, Albe Laurenz wrote:
> Ow Mun Heng wrote:
> True, you'll have to write some stuff that does something like:
> - pull the data over from the other database
> - replace the data in the local table

Already doing that currently for some data tables/

> Since it is between PostgreSQL databases,
actually, it'll be against SQL Servers

>  preserves less of the PostgreSQL-ness
> of the data - e.g. data type is lost, all data arrive as text.

Another thing I didn't know.. thanks again for this heads up..


> The correct way is like this:
> cd into the PostgreSQL source directory
> ./configure with the correct arguments
> make -C src/backend ../../src/include/utils/fmgroids.h
> make -C contrib/dblink

Cool. I'll give it a shot//

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Connecting to PostgreSQL server with Mono using ident authetication
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: dblink vs dbi-link (and errors compiling)