Forum Discussion
Anonymous
3 years agoNot applicable
Postgres Npgsql connection only shows tables and no views
Hi all, We have a Postgres database running on AWS RDS. We've setup a gateway with Npgsql v4.0.10. The connection all works fine I can see all the data inside the tables. However, I cannot see th...
- 3 years ago
Hi Anonymous
Probably you need to check if you have the correct perms on the DB. If views are not visible then it could be due to perms.
Anonymous
3 years agoNot applicable
Thanks Ankit! It was indeed a lack of permissions on the postgres database for the user.