Greetings,

I believe there's a bug in custom_breadcrumbs.install, for PostgreSQL. I changed this line:

bid serial CHECK (nid >= 0),

... to this, and it seems to fix it:

bid serial CHECK (bid >= 0),

Thanks!

Jim

Comments

MGN’s picture

Status: Active » Fixed

Thanks, this was fixed and committed to 5.x-1.x-dev as described in duplicate issue #346113: PgSql Support

Status: Fixed » Closed (fixed)

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

elyobo’s picture

When is a new release coming out? As noted, this was fixed back in may, but as the last release was before that the current "stable" version cannot be installed on postgres...

MGN’s picture

For a new release, I need people to test the 5.x-1.x-dev version and report back saying it is stable. I can no longer test the drupal 5 version since I don't have any Drupal 5 sites anymore. So I can't release a stable version until some brave testers are willing to try it out and let me know. I'll define a new issue with this task and see what happens.