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 more pg stubs #922

Merged
merged 1 commit into from
Apr 26, 2023
Merged

feat: Add more pg stubs #922

merged 1 commit into from
Apr 26, 2023

Conversation

scsmithr
Copy link
Member

Adds pg_table and pg_views views.

Add has_schema_privilege, has_database_privilege, and has_table_privilege functions. These all currently return true no matter the arguments.

Closes #827
Closes #829

Adds `pg_table` and `pg_views` views.

Add `has_schema_privilege`, `has_database_privilege`, and `has_table_privilege`
functions. These all currently return true no matter the arguments.
@scsmithr scsmithr enabled auto-merge (squash) April 26, 2023 16:54
@scsmithr scsmithr merged commit 71bf894 into main Apr 26, 2023
@scsmithr scsmithr deleted the sean/more-pg-stubs branch April 26, 2023 17:06
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.

Missing has_schema_privilege function (postgres compat) Missing pg_tables view
1 participant