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.