Re: Cross-machine PL/pgSQL?

Поиск
Список
Период
Сортировка
От Darko Prenosil
Тема Re: Cross-machine PL/pgSQL?
Дата
Msg-id 200303251849.53187.darko.prenosil@finteh.hr
обсуждение исходный текст
Ответ на Cross-machine PL/pgSQL?  ("David Olbersen" <DOlbersen@stbernard.com>)
Список pgsql-general
On Tuesday 25 March 2003 16:25, David Olbersen wrote:
> Is it possible to access a postgres database running on another machine on
> the network from a pl/pgsql function? I haven't been able to find anything
> in the docs about this and have a feeling it just isn't going to happen :)
>

If You are well familiar with libpq client interface, there is my project on
gborg that encapsulates almost all libpq functions calls and can be used in
pl/psql.
    ftp://gborg.postgresql.org/pub/plpq/devel/plpq_src.tar.gz

On the other hand, in /contrib directory of postgres sources there is dblink
tool that might be just what You want.

> --------------------------
> David Olbersen
> iGuard Engineer
> 11415 West Bernardo Court
> San Diego, CA 92127
> 1-858-676-2277 x2152
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


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

Предыдущее
От: Andrew Ayers
Дата:
Сообщение: Re: TEXT datatype and VB6...
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Persistent variables between cross-calls in C functions