How is it possible to use liquibase for comparing "original" database and "updated" one to generate the changeset from the differences (postgresql)?
I checked documentation and realized that there is no such feature listed. So perhaps I need to look at other tools?