How to avoid circular relations in postgres using cycle detection
I’m trying to use CYCLE detection in PostgreSQL to avoid circular nesting of groups but cannot figure it out.
I’m trying to use CYCLE detection in PostgreSQL to avoid circular nesting of groups but cannot figure it out.