Closed GoogleCodeExporter closed 9 years ago
Since "PRIMARY" is used elsewhere, it is a wiser choice to patch the PostgreSQL
code,
as it :
before line
> $xml .= '<key name="'.$keyname.'" type="'.$row2["constraint_type"].'">';
add
> if ($row2["constraint_type"] == 'PRIMARY KEY') { $row2["constraint_type"] =
'PRIMARY'; }
Original comment by geompse@gmail.com
on 11 Mar 2010 at 5:30
Fixed in r81.
Original comment by ondrej.zara
on 11 Mar 2010 at 5:43
Original issue reported on code.google.com by
geompse@gmail.com
on 11 Mar 2010 at 5:27