The aggregation.install script has no case statement for anything but mysql; and after install on a postgres instance, the alleged, required "Aggregation Feed Type Vocabulary" is not actually created.

  • First -- am I correct that this module does not support Postgresql?
  • If so, please add 'mysql only' to the project page along with PHP5 an CURL requirements
  • If this is only an installer issue, I can easily fix... but I assume I'd run into a myriad of other problems if PG support hasn't been considered at all?

    Thanks,
    MCM

Comments

Ashraf Amayreh’s picture

I'm afraid this is actually a MySQL only module. But I do think that you will not run into any problems (or only very few) if you create a PGSQL installer script. The SQL statements are very obvious in the code (db_query), so you could locate all queries and make sure they're compatible with PgSQL quickly. I think they all are.

A patch to allow support for PgSQL is very welcome and I think would be very easy. I simply do not want to put an effort into installing a new DBMS that I have absolutely no knowledge of.