Hi guys,

Cool module, although I will need to use it before to really pronounce myself...

It did not install for me because you have a size in the primary key of the author name.

    'unique keys' => array(
      'name' => array('name(255)')),
    );

PostgreSQL does not support the '(255)'.

Removing it fixes that problem.

Thank you.
Alexis Wilke

CommentFileSizeAuthor
quotes-6.x-1.x-postgresql-schema.patch324 bytesAlexisWilke

Comments

nancydru’s picture

Hmm, MySql seems to require it (#311482: Installation Warning about key length)...

nancydru’s picture

Assigned: AlexisWilke » nancydru
Status: Needs review » Fixed

It appears that there is a proper way to set that and I hadn't seen it in the docs (not that the Drupal docs are ever unclear).

AlexisWilke’s picture

Interesting. I have to say that MySQL has "problems" handling TEXT fields as expected (my quite personal point of view, of course.)

Thank you.
Alexis Wilke

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.