Bug 5275 - bayes_vars_id_seq referenced in the docs but defined nowhere
Summary: bayes_vars_id_seq referenced in the docs but defined nowhere
Status: RESOLVED INVALID
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 3.1.7
Hardware: All All
: P5 normal
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL: http://wiki.apache.org/spamassassin/B...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-04 08:55 UTC by Mauro Calderara
Modified: 2007-01-04 10:28 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Mauro Calderara 2007-01-04 08:55:05 UTC
in the URL above or $SRC/sql/README.bayes there is an example section for
GRANT-statements containing this line:

GRANT UPDATE, SELECT, INSERT ON bayes_vars_id_seq TO <username>;

yet bayes_vars_id_seq is not specified anywhere else in the documentation,
particularly it is not defined in bayes_mysql.sql

Nothing spectacular, I was just unsure whether one needs this
bayes_vars_id_seq-table. But so far it doesn't seem the like. I'd suggest to
just remove the above line from README.bayes not to confuse users
Comment 1 Michael Parker 2007-01-04 10:28:58 UTC
That section of the documentation refers to the PostgreSQL setup, so you
wouldn't find it in reference to any MySQL setup.

That sequence is automatically created when the bayes_var table is created.

Closing as invalid.