Can’t grant column-level SELECT privileges in Supabase Postgres
Hi
I’m trying to give the anon role access to only a few columns in my bookings table.
Here’s what I tried:
it doesn’t show up at all.
If I do
then it works — but that gives access to all columns.
So… is column-level GRANT SELECT not supported in Supabase’s Postgres setup? Or am I missing something?
I’m trying to give the anon role access to only a few columns in my bookings table.
Here’s what I tried:
it doesn’t show up at all.
If I do
then it works — but that gives access to all columns.
So… is column-level GRANT SELECT not supported in Supabase’s Postgres setup? Or am I missing something?