X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F46xml-to-pg.t;h=dcdb01f0594f93c06483ea10e24df75689e4d77b;hb=124b192cb3e01a3fe6441874c29918609d24de65;hp=215d42fce2c1a4953c54b63199e58f1651f39120;hpb=30d75308a9081fafb4a5a8dfa36828381e5fda9c;p=dbsrgits%2FSQL-Translator.git diff --git a/t/46xml-to-pg.t b/t/46xml-to-pg.t index 215d42f..dcdb01f 100644 --- a/t/46xml-to-pg.t +++ b/t/46xml-to-pg.t @@ -65,9 +65,4 @@ CREATE VIEW "email_list" ( "email" ) AS ALTER TABLE "Basic" ADD FOREIGN KEY ("another_id") REFERENCES "Another" ("id") DEFERRABLE; -CREATE TRIGGER foo_trigger after insert ON Basic update modified=timestamp();; - -CREATE TRIGGER bar_trigger before insert or update ON Basic update modified2=timestamp();; - -select foo from bar SQL