Pushing result set to table on different machine?

From: Jerry LeVan <jerry(dot)levan(at)eku(dot)edu>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Pushing result set to table on different machine?
Date: 2005-09-13 21:30:19
Message-ID: 3DF180F4-696C-4C15-ABEA-72275680BF23@eku.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I recently added a linux/windows laptop to our home network.

I have started Postgresql (8.0.3) on the laptop and have
"replicated" my main database on the laptop. (pg_dump,
ftp and pg-"undump").

I would like to keep them reasonably in sync. Slony is
overkill and I think the "mirror" contrib is possibly
overkill also.

I have installed the dblink package and can easily "pull"
data from my main server back to the laptop.

Is there a elegant way to "push" the data from the main
server to the laptop?

Jerry

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-09-13 21:50:31 Re: oracle's first_value function for postgres?
Previous Message Federico Kereki 2005-09-13 21:05:04 Question about PHP and PostgreSQL