Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41e0fc commit c4bde42Copy full SHA for c4bde42
src/interfaces/ecpg/preproc/preproc.y
@@ -1460,7 +1460,7 @@ ConstraintDeferrabilitySpec: NOT DEFERRABLE { $$ = make_str("not deferrable"); }
1460
;
1461
1462
ConstraintTimeSpec: INITIALLY IMMEDIATE { $$ = make_str("initially immediate"); }
1463
- | INITIALLY DEFERRED { $$ = make_str("initially deferrable"); }
+ | INITIALLY DEFERRED { $$ = make_str("initially deferred"); }
1464
1465
1466
DropTrigStmt: DROP TRIGGER name ON relation_name
0 commit comments