Move overriding method getConstraintsWithFields to the class it really belongs
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 27 Sep 2010 22:34:33 +0000 (00:34 +0200)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 27 Sep 2010 22:34:33 +0000 (00:34 +0200)
commit8bf7bd87cc4a69b05f4c1bee908542ac70baab61
tree936ea07c4e69299a115b6df4b15c41a27a7d70ae
parentc227265ba1a2fb35943402398ff7a4d8666e5ee1
Move overriding method getConstraintsWithFields to the class it really belongs

Method getConstraintsWithFields from Postgres.php is compatible down to 8.1,
so the version from Postgre81 must go to Postgres80 wich is actually not
compatible with the first one.
classes/database/Postgres80.php
classes/database/Postgres81.php