You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@theory I recently tried postgre engine with redshift. One of first sqls it tried and failed is using array_agg function which does not exist on redshift.
ERROR: syntax error at or near "array_agg"
LINE 13: , ARRAY(SELECT * FROM UNNEST( array_agg(t.tag) ...
Ah, so Sqitch does not currently support RedShift. Some initial work was done in #300, but it would need to be updated and a method for testing it added. Happy to get a contribution like that!
Does sqitch currently have support for Redshift? If not, are there future plans to add support?
The text was updated successfully, but these errors were encountered: