custom dbms in modifySql

Hi,


I’m trying to wrap the Postgresql driver and make it work for RedShift. I don’t want fancy features, just to be able to use urls like: jdbc:redshift:… and be able to use for example thing like this in the changelog:


  1. <span liquibase. I can connect to the redshift server with the url: jdbc:redshift:..., but the modifySql thinks that the dbms is postgresql, no matter what.


    Any idea what else do I need to change?

This will work with the redshift extension installed, assuming you have snapshot #2https://github.com/liquibase/liquibase-redshift/releases/tag/snapshot-2


Nathan