Kaden Griffith

Results 2 comments of Kaden Griffith

@erikshestopal @masoodshakir I'm running pgsodium 3.0.4 on Supabase. I was having the same issue. The decrypted views are not created automatically (at least for the version I'm using). I was...

@masoodshakir Np. Try something like: ```sql GRANT pgsodium_keyiduser TO "postgres"; GRANT USAGE ON SCHEMA pgsodium TO "postgres"; ```