From b03bf0df9fb73d603b00e27866e14e7734dc9822 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Mon, 24 Jun 2013 22:49:12 +0200 Subject: update guide with simplified pubsub_odbc config --- doc/guide.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/guide.html') 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 ]}, ... ]}. -

Using ODBC database requires use of dedicated plugins. The following example shows previous configuration -with ODBC usage: +

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:

{modules,
  [
   ...
   {mod_pubsub_odbc, [
                 {access_createnode, pubsub_createnode},
-                {plugins, ["flat_odbc", "hometree_odbc", "pep_odbc"]}
+                {plugins, ["flat", "hometree", "pep"]}
                ]},
   ...
  ]}.
-- 
cgit v1.2.3