Added support for proper enums under pg (as of 8.3), with pg version check, and defer...
[dbsrgits/SQL-Translator.git] / t / 46xml-to-pg.t
index 0fd269c..ced163f 100644 (file)
@@ -58,5 +58,5 @@ CREATE TABLE "Another" (
 );
 
 ALTER TABLE "Basic" ADD FOREIGN KEY ("another_id")
-  REFERENCES "Another" ("id");
+  REFERENCES "Another" ("id") DEFERRABLE;
 SQL