There's a requirement to data sync or replicate from OpenEdge DB to PostgreSQL DB.
As per OpenEdge Pro2, it support only Microsoft SQL Server or Oracle target. Not supported for PostgreSQL DB.
Do we have any other tool and approach for data sync or replication between OpenEdge to Postgres DB?
You can activate the OE CDC in your database and then retrieve the changes via SQL from a third system.
For example, in the following link you will find an example of streaming data from OpenEdge to Kafka
www.progress.com/.../streaming-your-data-from-openedge-to-kafka
You can do the same on the Postgresql side.