Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6761cff

Browse files
committed
Update SQL conformance: search conditions on triggers are supported
1 parent ab1725d commit 6761cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/sql_features.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ T211 Basic trigger capability 01 Triggers activated on UPDATE, INSERT, or DELETE
421421
T211 Basic trigger capability 02 BEFORE triggers YES
422422
T211 Basic trigger capability 03 AFTER triggers YES
423423
T211 Basic trigger capability 04 FOR EACH ROW triggers YES
424-
T211 Basic trigger capability 05 Ability to specify a search condition that must be true before the trigger is invoked NO
424+
T211 Basic trigger capability 05 Ability to specify a search condition that must be true before the trigger is invoked YES
425425
T211 Basic trigger capability 06 Support for run-time rules for the interaction of triggers and constraints NO
426426
T211 Basic trigger capability 07 TRIGGER privilege YES
427427
T211 Basic trigger capability 08 Multiple triggers for the same event are executed in the order in which they were created in the catalog NO intentionally omitted

0 commit comments

Comments
 (0)