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

feat: Add full views for 'schemata', 'tables', and 'columns' #534

Merged
merged 3 commits into from
Jan 23, 2023

Conversation

scsmithr
Copy link
Member

... for information_schema.

Also added a few postgres system tables as well.

A lot of these return null, which is fine for now. As we add more views, we can revisit whether or not what we're returning is correct and complete. I'm concerned about structure so that these can be used and tested.

Closes #423

... for `information_schema`.

Also added a few postgres system tables as well.

A lot of these return null, which is fine for now. As we add more views, we can
revisit whether or not what we're returning is correct and complete. I'm
concerned about structure so that these can be used and tested.
@scsmithr scsmithr enabled auto-merge (squash) January 23, 2023 17:36
@scsmithr scsmithr merged commit f8a1122 into main Jan 23, 2023
@scsmithr scsmithr deleted the sean/information_schema branch January 23, 2023 18:38
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.

Add schemas and columns to information_schema
2 participants