We have done testing of this command on PostgresSQL, so in general it should work. I am guessing that there is something specific about your database schema that is causing this issue.
That code is looking at dependencies in the postgres objects - things like foreign keys that relate two things together. It may be that you have foreign keys in your schema that reference tables in different schemas, and the issue is that when generating the changelog, Liquibase is not gathering all the information needed for the different schemas.
Without more details about your schema, it will be difficult to diagnose further.
Steve Donie
Principal Software Engineer
Liquibase Community Engagement
Datical, Inc. http://www.datical.com/
Agreed. Do you have the ability to build and use a locally-built version of Liquibase? If so, I can help you add some debugging statements. Otherwise, I would need to have access to your database.
Steve Donie
Principal Software Engineer
Liquibase Community Engagement
Datical, Inc. http://www.datical.com/
I been unable to use liqubase, it throws this java.lang.NullPointerException error when used, it is a big DB with 836 tables so that maybe has something to do with it.
When started in log:DEBUG mode it would be nice if liquibase could give me at least a clue of where things went wrong, the column name, or the table name.