Hello,


In sql folder - fixes


                            in transactions_foreign_key_fix.sql



CREATE TRIGGER track_global_inserts BEFORE INSERT OR UPDATE ON partsgroup


FOR EACH ROW EXECUTE PROCEDURE track_global_sequence();



CREATE TRIGGER track_global_inserts AFTER DELETE ON partsgroup


FOR EACH ROW EXECUTE PROCEDURE track_global_sequence();



The postgres refuse to create the trigger twice



Please, advice me


Thanks
Shaekir,

_________________________________________________________________
Keep in touch and up to date with friends and family. Make the connection now.
http://www.microsoft.com/windows/windowslive/
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Ledger-smb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to