--- xml2postgresql.xsl.orig 2007-01-21 16:01:24.000000000 +0900
+++ xml2postgresql.xsl 2007-12-29 12:31:17.000000000 +0900
@@ -13,7 +13,14 @@
- INTEGER
+
+
+ SERIAL
+
+
+ INTEGER
+
+
@@ -102,7 +109,6 @@
- serial
default '
@@ -145,8 +151,35 @@
+
+
+
+
+
+
+
+ ALTER TABLE
+
+
+
+ ADD FOREIGN KEY (
+
+
+
+ ) REFERENCES
+
+
+
+ (
+
+
+
+ );
+
+
+