Active
Project:
Aggregation
Version:
5.x-4.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2007 at 07:25 UTC
Updated:
24 Oct 2007 at 09:38 UTC
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.
Thanks,
MCM
Comments
Comment #1
Ashraf Amayreh commentedI'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.