On Mon, 2002-04-22 at 12:40, Jay Hodges wrote:
> I having real trouble with this error message.  After changing to Postgres
> from mysql, I had no problems.  Then I upgraded to 2.20 and am getting the
> error below in the spamd debug output.
> 
> DBI:Pg:spamassassin:localhost
> 
> SQL Error: ERROR: Missing '=' after 'spamassassin:localhost' in conninfo
> 
This format doesn't work with postgres, you need to use:

DBI:Pg:dbname=spamassassin;host=localhost

perldoc DBD::Pg for other options.

-- 
Jason Kohles                                 [EMAIL PROTECTED]
Senior System Architect
Red Hat Professional Consulting              http://www.redhat.com/


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to