Re: Copying records from TABLE_A to TABLE_B (in the same database) - Mailing list pgsql-general

From Rob Sargent
Subject Re: Copying records from TABLE_A to TABLE_B (in the same database)
Date
Msg-id e00f01c6-1528-4e13-d7b4-30907f33e1db@gmail.com
Whole thread Raw
In response to Re: Copying records from TABLE_A to TABLE_B (in the same database)  (Ron <ronljohnsonjr@gmail.com>)
Responses Re: Copying records from TABLE_A to TABLE_B (in the same database)
List pgsql-general


Logical replication might be another option.
Although I am not sure if that is even possible inside
the samme database.
I know it's tricky inside the same server
(between different databases)



If you can get outside sql, the bulk copy facilities (CopyManager in java) is blindingly fast for me.

??

I meant using tools other than sql (and psql).   I have java code using org.postgresql.copy package because straight insert was too slow for large numbers of rows.

pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: Copying records from TABLE_A to TABLE_B (in the same database)
Next
From: "Peter J. Holzer"
Date:
Subject: Re: Copying records from TABLE_A to TABLE_B (in the same database)