Postgres and Email::Store

Feb 21, 2005 13:10


Apparently Email::Store doesn't work under Postgres - there are various issues, some trivial some serious. The most pressing, I think, is that Postgres doesn't cope with the CREATE TABLE UNLESS EXIST syntax which, I suppose isn't the most difficult thing to catch in the world - either check in advance or catch the exception. Possibly even have a force flag that does a DROP first.

suppose, apparently, cope, create table, postgres, syntax, email

Previous post Next post
Up