Hi,

when installing, the schema creation tries to create fields like int(10), which is invalid with PostgreSQL. As http://drupal.org/node/159605 states, size must not be given directly, but using "tiny", "small", "big", etc.

Comments

spydmobile’s picture

subscribing

grandcat’s picture

Status: Active » Closed (duplicate)

Will close this one because another issue with more information about the bug, exists.
#508312: Schema description invalid for PostgreSQL and MySQL