I already mentioned broken PostgreSQL support in issue 146877. Apparently the wrong quotes prevent updating bloginfo at all (SELECT statements work, however; any existing data is shown correctly).

I've attached a patch that should fix this problem—but it does not fix 146877.

CommentFileSizeAuthor
bloginfo_module.patch1.18 KBplj
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mfer’s picture

Thanks, I'll test this out in the next couple days. Love a patch... most people don't have em.

mfer’s picture

all setup to test and postgresql breaks. i'll test this later this week and get it fixed.

plj’s picture

Love a patch... most people don't have em.

You're welcome. :) You see, if I want things to work now, and my fix is not a huge hack by itself, it makes sense to create a patch at once. However, if fix requires “tuning” the core here and there or some other dirty hacks… well, that makes things different.

mfer’s picture

seems this isn't the only postgresql issue. I couldn't install the table when the module was enabled.

mfer’s picture

fixed in HEAD. the SQl now installs and works for PostgreSQL

mfer’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)