Why am I getting a permission denied error for schema public on pgAdmin 4?
I'm trying to view the raw data from the AACT Database in pgAdmin 4. I'm on a Mac computer. When I just try to view the first 100 rows from the 'complete_oncology' table, I get the below error: ERROR: permission denied for schema public LINE 1: SELECT * FROM public.complete_oncology ^ SQL state: 42501 Character: 15 Do I have insufficient permissions? If yes,