Mailing List Archive

svn commit: r485810 - /spamassassin/trunk/sql/README.bayes
Author: jm
Date: Mon Dec 11 10:54:14 2006
New Revision: 485810

URL: http://svn.apache.org/viewvc?view=rev&rev=485810
Log:
bug 4653: add note about compatibility with older versions of PgSQL, < 8.0

Modified:
spamassassin/trunk/sql/README.bayes

Modified: spamassassin/trunk/sql/README.bayes
URL: http://svn.apache.org/viewvc/spamassassin/trunk/sql/README.bayes?view=diff&rev=485810&r1=485809&r2=485810
==============================================================================
--- spamassassin/trunk/sql/README.bayes (original)
+++ spamassassin/trunk/sql/README.bayes Mon Dec 11 10:54:14 2006
@@ -131,6 +131,10 @@

psql -U <username> -f bayes_pg.sql <databasename>

+(If you are using older versions of PostgreSQL, such as version 7.4.x, you may
+need to patch this. See
+http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4653 )
+
From a security viewpoint, it is wise to grant the minimum privileges
needed to the user on the bayes tables. These grants largely depend
on your system policies but here are some example grants to get you