I'm using Pentaho service to import all tables and data from a SQL database to a pgSQL database. I'm using the 'sort row' transformation for this.
Now what I need is to sync the two databases frequently. (ie, changes occurred in SQL db needs to reflects on pgSQL db)
How can I do this or which transformation do I need to use?