How do I refactor my RPC so that it returns nothing?
I'm designing a mailing list from scratch and everything is working fine. I have RLS setup only for inserts and nothing else.
I want my RPC function to not return anything. I'm new to plpgsql so not sure how to refactor this. Any help is appreciated.
I want my RPC function to not return anything. I'm new to plpgsql so not sure how to refactor this. Any help is appreciated.