Re: function accessing other db

From: CoL <col(at)mportal(dot)hu>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: function accessing other db
Date: 2004-02-12 14:10:35
Message-ID: c0g1gg$21gl$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

Marcus Andree S. Magalhaes wrote:

> Hello everyone,
>
> We have to copy some data from one table to another table in other database.
>
> Is there any way to do this from inside a custom plpgsql function, with no
> external applications, interfaces or storage?
>
> Any help is appreciated.

use dblink from contrib.

C.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bruno Wolff III 2004-02-12 15:36:02 Re: function accessing other db
Previous Message Marcus Andree S. Magalhaes 2004-02-12 13:43:11 function accessing other db