syncing with a MySQL DB

From: "Brandon Metcalf" <bmetcalf(at)nortel(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: syncing with a MySQL DB
Date: 2008-10-21 13:07:50
Message-ID: Pine.LNX.4.58L.0810210802160.4497@cash.us.nortel.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a need to keep a PostgreSQL and MySQL table synchronized. My
thoughts are to use triggers on the pgsql side to manipulate the MySQL
table when data in the pgsql table is changed. I also plan on using
PL/Perl to write the functions.

Are there better ways to achieve this?

--
Brandon

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Philip W. Dalrymple 2008-10-21 13:11:26 Re: Varchar vs varchar(64)
Previous Message Philip W. Dalrymple 2008-10-21 13:01:54 Re: Session variables (how do I pass session data to a function)