diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2013-06-24 22:49:12 +0200 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2013-06-24 22:49:12 +0200 |
commit | b03bf0df9fb73d603b00e27866e14e7734dc9822 (patch) | |
tree | 1c7dda7ec661ef47200404d05a86dcf66e15211e /doc/guide.html | |
parent | typo fix in spec (diff) |
update guide with simplified pubsub_odbc config
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide.html b/doc/guide.html index 67d88478e..c9827def0 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -3034,14 +3034,14 @@ The following example will use node_tune instead of node_pep for every PEP node ]}, ... ]}. -</PRE><P>Using ODBC database requires use of dedicated plugins. The following example shows previous configuration -with ODBC usage: +</PRE><P>Using ODBC database requires using mod_pubsub_odbc without option changes. Only flat, hometree and pep plugins supports ODBC. +The following example shows previous configuration with ODBC usage: </P><PRE CLASS="verbatim">{modules, [ ... {mod_pubsub_odbc, [ {access_createnode, pubsub_createnode}, - {plugins, ["flat_odbc", "hometree_odbc", "pep_odbc"]} + {plugins, ["flat", "hometree", "pep"]} ]}, ... ]}. |