-
Notifications
You must be signed in to change notification settings - Fork 79
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
dbExistsTable fails on Amazon Redshift #211
Comments
Thanks. I'm not familiar with RedShift, can you suggest an alternative query? Lines 269 to 276 in e09b014
|
Sorry, I no longer have access to a Redshift instance, I'm no help here. But what's the reason for doing such a search in the first place? For |
Sure, but will this work for Postgres? |
We don't currently support Redshift very well. Closing in favor of #215. |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
dbExistsTable
on Redshift returns:This is likely because
generate_subscripts
is unsupported on Redshift.The text was updated successfully, but these errors were encountered: