I missed overriding a method in the DateTimeType portion of the extension. I pushed a fix for it but haven't done an official build yet.
You should be able to use dbms="postgres" or dbms="redshift" now. My logic for whether a connection is to redhsift or postgres is based on whether the url contains ".redshift.". That is based on a quick googling that made it look like you used a jdbc:postgres URL when connecting to your redshift server but that the hostname is SOMETHING.redshift.SOMETHING.
Is there a better way to differentiate between redshift and postgres?
Let me know how to check the db URL and then I'll do a new build with the date type fix.
Nathan
Let me know how to check the db URL and then I'll do a new build with the date type fix.
Nathan