-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Redshift #7
Comments
Thanks! Would love to have this work for redshift. 1: Agreed - let me think of best way to do this, but probably will just remove the script entirely from sem (it's orthogonal to management of scripts and can easily be its own script). Only wrinkle is getting sem to bootstrap itself - and rewriting that from pl/pgsql to probably a set of ruby scripts. If you already have a patch or want to write one - that would be great!
|
@mbryzek I don't have any patches yet, but would be happy to write some. I don't know any ruby, but can learn. For the multi-schema support I think it would be best as a feature of sem, because the |
So, I ran into the same issues when attempting to use with Redshift. To workaround, I did the following manually, which has worked so far:
Notes:
|
Loving this tool for our Postgres 9.x ecosystem. We are beginning to roll out a multi-schema Redshift data warehouse, and I'm investigating this for adaptation. Looks like for our use case there are two major issues/enhancements needed:
I can work on these if it's something you are interested in, but wanted your input first. Thanks!
The text was updated successfully, but these errors were encountered: