This adds proper testing support for redshift (postgres 8.0), to ensure that the codebase works as expected. During this work, this revealed that the getting the create table and routine sql functions were broken due to using features added in later versions of postgres.
This adds proper testing support for redshift (postgres 8.0), to ensure that the codebase works as expected. During this work, this revealed that the getting the create table and routine sql functions were broken due to using features added in later versions of postgres.
Closes #96