Enable trigger addition routine
This commit is contained in:
parent
0899c64d0b
commit
b195aa4b68
@ -1475,7 +1475,7 @@ BEGIN
|
||||
PERFORM _CDB_Add_Indexes(destoid);
|
||||
|
||||
-- Add triggers to the destination table, as necessary
|
||||
-- PERFORM _CDB_create_triggers(destschema, reloid);
|
||||
PERFORM _CDB_create_triggers(destschema, destoid);
|
||||
|
||||
END;
|
||||
$$ LANGUAGE 'plpgsql';
|
||||
|
Loading…
Reference in New Issue
Block a user