Check if row already exists with RLS.
I have simple table that only user can post in it once for every 'target' user. For example.
user1 have row that targets user2 and user1 can't insert any more of this combination. And now my question is is it possible to do it with RLS?