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

Add in the pg_database, pg_proc, and pg_settings views to pg_catalog #5526

Merged
merged 2 commits into from
Nov 29, 2022

Conversation

jwills
Copy link
Contributor

@jwills jwills commented Nov 28, 2022

I'm putting just enough into the implementation here to work for my use case, but obviously happy to add any other bits, rename things, etc. to make this useful for folks.

References:
pg_settings: https://www.postgresql.org/docs/9.1/view-pg-settings.html
pg_database: https://www.postgresql.org/docs/9.1/catalog-pg-database.html
pg_proc: https://www.postgresql.org/docs/9.1/catalog-pg-proc.html

Also noting that I would like/need to tackle a richer impl of pg_description for some of my use cases in the near future!

Josh Wills added 2 commits November 28, 2022 14:22
…atalog for my DuckDB postgres proxy layer with minimal impls and tests
@Mytherin Mytherin merged commit 10805ca into duckdb:master Nov 29, 2022
@Mytherin
Copy link
Collaborator

Thanks for the PR! Looks good to me.

@jwills jwills deleted the jwills_more_pg_catalog_views branch November 30, 2022 04:58
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

2 participants