Re: dblink() from GridSQL

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: dblink() from GridSQL
Дата
Msg-id BANLkTimoLpqF3N2X9UZdo0OThoKMx9BgLw@mail.gmail.com
обсуждение исходный текст
Ответ на dblink() from GridSQL  (Sam Nelson <samn@consistentstate.com>)
Ответы Re: dblink() from GridSQL
Список pgsql-general
On Thu, May 5, 2011 at 12:13 PM, Sam Nelson <samn@consistentstate.com> wrote:
> Hi List,
> We have a customer who is trying to migrate a few PostgresPlus instances to
> GridSQL clusters.  They have a process that pulls data from another server
> using dblink every night, and we're trying to replicate that on the GridSQL
> instance, but grid is being a bit of a pain.
> Grid doesn't seem to allow functions in from statements, and, of course, it
> spits out errors about functions returning records being called in the wrong
> context if we just try "select dblink(foo, bar);" (we had to try it).
> Has anyone else run into this specific issue?  Is there a known workaround?
>  Any ideas on what else we should try?

have you considered wrapping the output of the dblink query in a view?

merlin

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

Предыдущее
От: Sam Nelson
Дата:
Сообщение: dblink() from GridSQL
Следующее
От: Scott Mead
Дата:
Сообщение: Re: dblink() from GridSQL