Hi,
I’m trying to use Neon with PostGraphile, a GraphQL interface to Postgres databases similar to Hasura. My setup uses selective GRANT SELECT
s on tables to limit API access. In Neon, I cannot seem to revoke access to all tables. (I tried REVOKE ALL ON DATABASE [db]
and REVOKE ALL ON SCHEMA public
.)
Is this a limitation in my Postgres knowledge, or something about the way roles work in Neon?
Best,
Joost