Re: insert from other database

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Esneiker <eenriquez(at)cav(dot)desoft(dot)cu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: insert from other database
Date: 2009-06-04 14:46:57
Message-ID: 2f4958ff0906040746q169b0634kadb0f368974ec366@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jun 4, 2009 at 3:44 PM, Esneiker <eenriquez(at)cav(dot)desoft(dot)cu> wrote:
> Hello.
>
> How can I insert data in a database from other database?
>
> Like this: insert into name_table select from database.table?
>
>

you can't with postgresql directly.
You can use dbconnect module from contrib to do stuff like that.

--
GJ

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jennifer Trey 2009-06-04 14:53:42 Move PGdata to a different drive
Previous Message Esneiker 2009-06-04 14:44:27 insert from other database