Closed
Description
Hey, I'm working on a project where I would like to parse and transform (among others) RLS policy migrations.
Namely, stuff like
create policy "authorize read access"
on "public"."accounting_entries"
as permissive
for select
to public
using (( SELECT authorize_company(accounting_entries.company_id) ));
and
drop policy "Users can update own profile." on "public"."profiles";
Would it be possible to add support for these?
Metadata
Metadata
Assignees
Labels
No labels