if(row.condef!==undefined&&(defParts=row.condef.match(/FOREIGN KEY \((.+)\) REFERENCES (.+)\((.+)\)( ON (UPDATE|DELETE)(CASCADE|RESTRICT))?( ON (UPDATE|DELETE)(CASCADE|RESTRICT))?/))){
// Postgres will treat tables as case-insensitive, so fix the case
letdefParts;
// of the returned values to match attributes
if(row.condef!==undefined&&(defParts=row.condef.match(/FOREIGN KEY \((.+)\) REFERENCES (.+)\((.+)\)( ON (UPDATE|DELETE)(CASCADE|RESTRICT))?( ON (UPDATE|DELETE)(CASCADE|RESTRICT))?/))){