syncing with a MySQL DB - Mailing list pgsql-general

From Brandon Metcalf
Subject syncing with a MySQL DB
Date
Msg-id Pine.LNX.4.58L.0810210802160.4497@cash.us.nortel.com
Whole thread Raw
Responses Re: syncing with a MySQL DB  ("Merlin Moncure" <mmoncure@gmail.com>)
List 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

pgsql-general by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: How to free disk space
Next
From: "Merlin Moncure"
Date:
Subject: Re: syncing with a MySQL DB