
mmartinec at apache
Feb 5, 2010, 12:25 PM
Post #1 of 1
(185 views)
Permalink
|
|
svn commit: r907082 - /spamassassin/trunk/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm
|
|
Author: mmartinec Date: Fri Feb 5 20:25:36 2010 New Revision: 907082 URL: http://svn.apache.org/viewvc?rev=907082&view=rev Log: spelling Modified: spamassassin/trunk/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm Modified: spamassassin/trunk/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm?rev=907082&r1=907081&r2=907082&view=diff ============================================================================== --- spamassassin/trunk/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm (original) +++ spamassassin/trunk/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm Fri Feb 5 20:25:36 2010 @@ -23,7 +23,7 @@ =head1 DESCRIPTION -This module implementes a PostgreSQL specific bayesian storage module. +This module implements a PostgreSQL specific bayesian storage module. It subclasses Mail::SpamAssassin::BayesStore::SQL and overrides any methods which makes SQL calls involving the token column. Since PostgreSQL uses BYTEA
|