Hi, the readme said that this module has not been tested with PostgreSQL.

So I'm reporting a bug for it. It is not working. The error is -

query: SELECT COUNT(*) FROM int_meta_fields WHERE type = '' ORDER BY type ASC, field ASC, name ASC in /srv/htdocs/main/sites/all/modules/int_meta/int_meta.module on line 342.

AND

pg_query(): Query failed: ERROR: column "int_meta_fields.type" must appear in the GROUP BY clause or be used in an aggregate function LINE 1: ...*) FROM int_meta_fields WHERE type = '' ORDER BY type ASC, ... ^ in /srv/htdocs/main/includes/database.pgsql.inc on line 139.
CommentFileSizeAuthor
#3 int_meta.702340.patch549 bytes-Mania-
#1 int_meta_pgsql_fix.patch137 bytesnileshgr

Comments

nileshgr’s picture

Status: Active » Fixed
StatusFileSize
new137 bytes

Here's the patch for it

nileshgr’s picture

Status: Fixed » Patch (to be ported)
-Mania-’s picture

StatusFileSize
new549 bytes

Thanks, that fix worked for me. But I couldn't run your patch as it wasn't in appropriate patch format. I've included it here again if anyone needs to run it.

fractile81’s picture

Status: Patch (to be ported) » Fixed

Thank you for your initiative to get this fixed. The latest 6.x DEV release should have this fixed in it. Feel free to try it out.

Status: Fixed » Closed (fixed)

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