I'm trying to figure out how to implement a more complex constraint within my postgres database than is provided for by simple foreign key constraints and the like. I believe I have to implement a ...
i have two tables that have to have rows inserted. the two tables are modified in a single transaction so that the row is added to both tables or not at all. plus, each of the tables have an "insert ...