Re: Synchronizing Data?

From: joe(at)jwebmedia(dot)com
To: Chris Jones <chris(at)mt(dot)sri(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Synchronizing Data?
Date: 2000-11-06 21:17:22
Message-ID: 3A071FE2.A422D397@jwebmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This might be the stupidest idea ever, but it seems logical to me, so
tell me what you think:

What if I use the TCP/IP connection to connect the two databases - Then
I SELECT * INTO a temporary table on the remote server. Once that is
completed (and any relational tables), I drop the table on the remote
server, and rename the temp one to the name of the one I dropped (make
sense?). I'm sure there are some major flaws with my theory (I'm fairly
new to postgresql)...please let me know. Thanks,

Joe

In response to

Browse pgsql-general by date

  From Date Subject
Next Message joel w. reed 2000-11-06 21:36:21 sneaking by PGSQL's referential integrity (sort of)
Previous Message Evelio Martínez 2000-11-06 20:22:36 Postgresql 7.0, ODBC and row locks