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

[NEOS-1134] Update Postgres System Queries to use information_schema #2059

Open
nickzelei opened this issue May 30, 2024 · 0 comments
Open
Labels
Tech Debt Created by Linear-GitHub Sync

Comments

@nickzelei
Copy link
Member

We should roll this back so that it is more compatible with other pg variants.

However, we need to be careful here as we ran into issues where READ access was not always sufficient to see the metadata from those tables. I think we also need USAGE on the table/schema to see more informationa bout it.

The permissions modal should maybe still use the pg_catalog queries.

We just need to be explicit about logging what permissions we need the users to have so that we can see everything we need to see.

We have this page that details permissions for a role: https://docs.neosync.dev/connections/postgres#source-connections

We should make sure these continue to work well when migrating back to the information_schema queries

From SyncLinear.com | NEOS-1134

@nickzelei nickzelei added the Tech Debt Created by Linear-GitHub Sync label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tech Debt Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant