SA Bugzilla – Bug 5275
bayes_vars_id_seq referenced in the docs but defined nowhere
Last modified: 2007-01-04 10:28:58 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
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.