Skip to content
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

Use SVV_COLUMNS Instead of INFORMATION_SCHEMA.COLUMNS On Redshift #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jtw023
Copy link

@jtw023 jtw023 commented Jun 2, 2024

I've always noticed that my completion never found a certain schema. I think it has something to do with how that specific schema is set up on our DB but I have no idea for sure what it could be since I do have all the permissions and stuff. It turns out that INFORMATION_SCHEMA can't find information about this schema at all, in any of the tables. I wasn't able to track down an answer as to why but I did find that SVV_COLUMNS does find it.

I'm not sure if this is just me or if other Redshift users can't find tables as well. Since I've already made and use the SVV_COLUMNS modifications I decided to just create a variable that defaults to 0 and then make a pull request for you to merge if you like. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant