Skip to content

Commit

Permalink
Added schemaname attribute in AlterTableCmd to support for enable/dis…
Browse files Browse the repository at this point in the history
…able of DML triggers (#220)

Added schemaname attribute in AlterTableCmd to support for enable/disable of DML triggers (#220)

Signed-off-by: Rohit Bhagat <[email protected]>
Task: BABEL-3326
  • Loading branch information
rohit01010 authored Sep 27, 2023
1 parent 1f0851f commit dce7212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/nodes/parsenodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2031,6 +2031,7 @@ typedef struct AlterTableCmd /* one subcommand of an ALTER TABLE */
DropBehavior behavior; /* RESTRICT or CASCADE for DROP cases */
bool missing_ok; /* skip error if missing? */
bool recurse; /* exec-time recursion */
char *schemaname;
} AlterTableCmd;


Expand Down

0 comments on commit dce7212

Please sign in to comment.