]> git.donarmstrong.com Git - dbsnp.git/commitdiff
offset is a reserved word and must be quoted
authorDon Armstrong <don@donarmstrong.com>
Sat, 18 Aug 2012 13:40:21 +0000 (06:40 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 18 Aug 2012 13:40:21 +0000 (06:40 -0700)
schema/human_9606_schema/human_9606_table_postgresql.sql

index adbef0a4ac0b9a38688887cc06e859caea3fb369..98023e0d8346a9b1be49241f5958842f222e937f 100644 (file)
@@ -620,7 +620,7 @@ snp_type char(2) NOT NULL ,
 snp_id int NULL ,
 gi int NULL ,
 accession_how_cd int NULL ,
-offset int NULL ,
+"offset" int NULL ,
 asn_to int NULL ,
 lf_ngbr int NULL ,
 rf_ngbr int NULL ,
@@ -649,7 +649,7 @@ snp_type char(2) NOT NULL ,
 snp_id int NULL ,
 gi int NULL ,
 accession_how_cd int NOT NULL ,
-offset int NULL ,
+"offset" int NULL ,
 asn_to int NULL ,
 lf_ngbr int NULL ,
 rf_ngbr int NULL ,