I'm trying to think of a way to shift data between two postgres servers. Ideally, this would involve selecting data on a remote server, and having the result inserted into a table on the local server.
Short of selecting to a temp table, copying from, downloading the copied file and doing a copy to on the local server, I can't see a workable way to do this.
Any ideas anyone?
Thanks in advance,
Derry
Short of selecting to a temp table, copying from, downloading the copied file and doing a copy to on the local server, I can't see a workable way to do this.
Any ideas anyone?
Thanks in advance,
Derry