Can be used to set constraints deferrable within a transaction.
This is only supported in PostgreSQL.
The constraints can be configured to be deferrable in a transaction like this.
It will trigger a query once the transaction has been started and set the constraints
to be checked at the very end of the transaction.
Can be used to set constraints deferrable within a transaction. This is only supported in PostgreSQL.
The constraints can be configured to be deferrable in a transaction like this. It will trigger a query once the transaction has been started and set the constraints to be checked at the very end of the transaction.