apgdiff icon indicating copy to clipboard operation
apgdiff copied to clipboard

Generates 'create trigger' before 'create function'

Open jhihn opened this issue 9 years ago • 0 comments

APGDiff Generated (B->A): /* B _/ CREATE TRIGGER role_if_modified_trg EXECUTE PROCEDURE audit.if_modified_func(); ... / A */ CREATE FUNCTION audit.if_modified_func() ....

Should have arranged these as A->B

jhihn avatar Mar 13 '15 19:03 jhihn