Re: Copy to another server - Mailing list pgsql-admin

From Bruno Wolff III
Subject Re: Copy to another server
Date
Msg-id 20060930025641.GA8973@wolff.to
Whole thread Raw
In response to Copy to another server  ("Sistemas C.M.P." <sistemascmp@redynet4.com.ar>)
List pgsql-admin
On Fri, Sep 29, 2006 at 10:41:33 -0300,
  "Sistemas C.M.P." <sistemascmp@redynet4.com.ar> wrote:
> I need to select a group of records in one table, and then copy this group to similar table in another database and
anotherserver. 
> How can I do this?

Long at using the dblink contrib module. If that isn't available
to you, then you can select the data into a temp table and use copy
to produce csv output (in 8.2 you will be able to skip the temp table
step) and then import the csv file into the other database.

pgsql-admin by date:

Previous
From: "eduardo maldonado"
Date:
Subject: Unsuscrib me please
Next
From: "Fredrik Israelsson"
Date:
Subject: Installation placed on read only partition