Transferring Data between databases - Mailing list pgsql-novice

From Carel Combrink
Subject Transferring Data between databases
Date
Msg-id 20100521095009.bcz4qigpc8wcok0o@student.up.ac.za
Whole thread Raw
Responses Re: Transferring Data between databases  (Jayadevan M <Jayadevan.Maymala@ibsplc.com>)
Re: Transferring Data between databases  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
List pgsql-novice
Hi,

I want to do the following: When data gets added to a table in one
database a subset of that data must be sent to another database,
perhaps on another computer. The primary database will not always be
connected to the secondary one and must perhaps (not that urgent now)
send the data (old and new) to the secondary database as soon as they
are connected.

Can I write triggers or something that will do this inside the database?

I know Sloni-I and other software does replication but that is not
really what I need (I think). I read up on some of these software but
can't seem to find what I am looking for.

If someone can point me in the right direction it will be appreciated.

Thanks
--
Carel Combrink
s25291930@tuks.co.za

This message and attachments are subject to a disclaimer. Please refer
to www.it.up.ac.za/documentation/governance/disclaimer/ for full
details. / Hierdie boodskap en aanhangsels is aan 'n vrywaringsklousule
onderhewig. Volledige besonderhede is by
www.it.up.ac.za/documentation/governance/disclaimer/ beskikbaar.



pgsql-novice by date:

Previous
From: Ketema Harris
Date:
Subject: Re: [GENERAL] [PHP] Some undefined function errors
Next
From: Jayadevan M
Date:
Subject: Re: Transferring Data between databases