aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2013-06-24 22:49:12 +0200
committerChristophe Romain <christophe.romain@process-one.net>2013-06-24 22:49:12 +0200
commitb03bf0df9fb73d603b00e27866e14e7734dc9822 (patch)
tree1c7dda7ec661ef47200404d05a86dcf66e15211e /doc
parenttypo fix in spec (diff)
update guide with simplified pubsub_odbc config
Diffstat (limited to 'doc')
-rw-r--r--doc/guide.html6
-rw-r--r--doc/guide.tex6
2 files changed, 6 insertions, 6 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"]}
]},
...
]}.
diff --git a/doc/guide.tex b/doc/guide.tex
index 5ec3a2ed4..6f110cd96 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -3903,15 +3903,15 @@ Example of configuration that uses flat nodes as default, and allows use of flat
]}.
\end{verbatim}
-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:
\begin{verbatim}
{modules,
[
...
{mod_pubsub_odbc, [
{access_createnode, pubsub_createnode},
- {plugins, ["flat_odbc", "hometree_odbc", "pep_odbc"]}
+ {plugins, ["flat", "hometree", "pep"]}
]},
...
]}.