From: | Alban Hertroys <alban(at)magproductions(dot)nl> |
---|---|
To: | Taras Kopets <tkopets(at)gmail(dot)com> |
Cc: | Postgres General <pgsql-general(at)postgresql(dot)org>, "S(dot)N(dot)E(dot) de Hartog" <simon(at)magproductions(dot)nl> |
Subject: | Re: Replicating changes |
Date: | 2006-10-30 08:37:57 |
Message-ID: | 4545B9E5.5040007@magproductions.nl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Taras Kopets wrote:
> Hi!
>
> I think you should try to use triggers with
> dbi-link<http://pgfoundry.org/projects/dbi-link/>to achieve this.
> AFAIK there is no such replication with other RDBMS as you need.
>
> Taras Kopets
Seems like I introduced a small misunderstanding here. The data doesn't
necessarilly go to a database; at least, none that we know about. The
goal here is to export (semi-)real time changes from our database to a
small number of interested parties[1]. It'll probably have to be in some
kind of XML format.
So far we've received some interesting suggestions. I particularly like
the idea of extending Slony-I with a "custom" frontend - though that'll
probably involve more work than a custom solution, it seems much more
powerful.
Thanks for the suggestions so far, everyone.
[1] Those parties probably store our data in a database (they'd be nuts
if they didn't), but that's something beyond our control.
Regards,
--
Alban Hertroys
alban(at)magproductions(dot)nl
magproductions b.v.
T: ++31(0)534346874
F: ++31(0)534346876
M:
I: www.magproductions.nl
A: Postbus 416
7500 AK Enschede
// Integrate Your World //
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Wilson | 2006-10-30 08:54:04 | Re: Replicating changes |
Previous Message | Teodor Sigaev | 2006-10-30 08:25:08 | Re: NOTICE: word is too long INSERT 0 3014 |