pgsql does not support 'AFTER column'.

Comments

quicksketch’s picture

Status: Needs review » Fixed

Thanks, committed. I updated all the previous updates also to remove the AFTER for pgsql.

dries’s picture

Status: Fixed » Closed (fixed)
pearcec@drupal.org’s picture

Version: 4.7.x-1.2 » 5.x-1.4
Status: Closed (fixed) » Reviewed & tested by the community
StatusFileSize
new1.12 KB

Somebody added KEY during a checkin that fixed this problem. As a result PGSQL is now broken.

quicksketch’s picture

Status: Reviewed & tested by the community » Needs work

Thanks pearcec@drupal.org.

This was caused by the addition of this patch: http://drupal.org/node/136166, which works fine in mySQL. If it doesn't work in pgSQL, we should only remove the key from pgSQL, as it works fine in mySQL.

smk-ka’s picture

Version: 5.x-1.4 » 5.x-1.x-dev
Status: Needs work » Needs review
StatusFileSize
new1.89 KB

...or just fix Postgres support.
--
Stefan Kudwien
unleashed minds

sun’s picture

*bump*

sun’s picture

Title: Pgsql updates fail » Fix Postgres support
Status: Needs review » Reviewed & tested by the community

*bump*

quicksketch’s picture

Status: Reviewed & tested by the community » Fixed

Thanks smk-ka (and sun for bumping)! Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)