I know you can restrict users from executing some functions in PostgreSQL. I was wondering if there’s a way to hide user defined functions from some users so that they can't see the code?
Asked
Active
Viewed 728 times
1
-
you can use `GRANT PRIVILEGES` for users. – Santhucool May 10 '16 at 12:05
-
Check this link it will help you http://stackoverflow.com/questions/9248351/postgresql-9-1-access-tables-through-functions – Santhucool May 10 '16 at 12:08