SELECT EXISTS (SELECT 1 FROM public.user_roles WHERE user_id = _user_id AND role = _role) -- User roles policies CREATE POLICY "Users can view own roles" ON public.user_roles FOR SELECT USING ...
This will create a config/filament-sql-field.php file where you can customize the available SQL dialects and add predefined templates.