Enable trigger addition routine

This commit is contained in:
Paul Ramsey 2015-08-10 08:42:13 -07:00
parent 0899c64d0b
commit b195aa4b68

View File

@ -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';