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

Implement "major" postgres catalog views #536

Closed
scsmithr opened this issue Jan 21, 2023 · 1 comment
Closed

Implement "major" postgres catalog views #536

scsmithr opened this issue Jan 21, 2023 · 1 comment
Labels
feat New feature or request

Comments

@scsmithr
Copy link
Member

scsmithr commented Jan 21, 2023

Summary

A few additional postgres tables were added in #534. We'll want to continue to flesh out these tables. Our goal here isn't to implement all postgres tables, nor is to have completely correct semantics. So we'll want to add the "major" postgres tables, even if most of the columns returned back are null.

What's considered "major" isn't clear, but I think implementing most of what duckdb implements would be a good start: https://github.com/duckdb/duckdb/blob/master/src/catalog/default/default_views.cpp#L30-L49

Specifications

  • Add the "major" views

Rationale

Postgres catalog compatibility.

External postgres tooling (some tools might be querying catalog under the hood and not work without the right compat)

Impact

Tasks

@scsmithr scsmithr added the feat New feature or request label Jan 21, 2023
@greyscaled
Copy link
Contributor

we've been doing this with #2436

@greyscaled greyscaled closed this as not planned Won't fix, can't repro, duplicate, stale Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants