Re: best method to copy data across databases - Mailing list pgsql-sql

From Tom Lane
Subject Re: best method to copy data across databases
Date
Msg-id 14059.1088777527@sss.pgh.pa.us
Whole thread Raw
In response to Re: best method to copy data across databases  (reina_ga@hotmail.com (Tony Reina))
List pgsql-sql
reina_ga@hotmail.com (Tony Reina) writes:
> If the 2 tables have different arrangements, then I'm not sure if
> there is a quick way. The safest way is probably to do a pg_dump
> --attribute-inserts.

In recent versions (definitely 7.4, don't remember about 7.3),
pg_dump will include a column list in its COPY commands, so a
plain pg_dump should work.  The way with COPY will be a good bit
faster than a pile of INSERT commands.
        regards, tom lane


pgsql-sql by date:

Previous
From: reina_ga@hotmail.com (Tony Reina)
Date:
Subject: Re: best method to copy data across databases
Next
From: siganos@gmail.com (George Siganos)
Date:
Subject: Re: Question about a CIDR based query