Concepts > Attributes (MetaAttributes) > Defferrable \ PostgreSQL
Defferrable \ PostgreSQL
This controls whether the constraint can be deferred.
A constraint that is not deferrable will be checked immediately after every command.
Checking of constraints that are deferrable may be postponed until the end of the transaction.
Translations
Type
String (63) Enumeration
 
List of MetaClasses
Value
(DF), (ND).