I decided to use liquibase on my Java project with Postgresql, so I created initial changeset using generateChangeLog
maven goal. Now it is working without any problems.
What I am looking for is after I made a change on the database (let's say from a RDBMS client), is there any command to analyze the changelog and the database status to generate changeset from my changes and append it to the changeset xml file?