Can users be limited to only functions & procedures in Postgresql?
I am new to databases in general and I need some help with user privileges. I created a desktop application in C# that uses npgsql to connect to my PostgreSQL database. Every command to the database is either a function…