Posts by user22848 • 41 points
1 post
- 
		4 votes1 answer75 viewsQ: When should I create a Constraint like DEFERRED?As far as I know, creating a Constraint (like a foreign key or a check) like DEFERRED makes it only validated at the end of the transaction. What is this used for? And when it should not be used?…