Skip to content

Commit

Permalink
User guide updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanes committed Mar 17, 2010
1 parent f2b316a commit 3e4e8b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions symmetric/src/docbook/configuration.xml
Expand Up @@ -11,7 +11,6 @@
<xref linkend="planning" />, introduced numerous concepts and the analysis and design needed to create an implementation of SymmetricDS.
This chapter re-visits each analysis step and documents how to turn a SymmetricDS design into reality through configuration of
the various SymmetricDS tables. In addition, several advanced configuration options, not presented previously, will also be covered.
Note that the entire SymmetricDS Data Model appears in <xref linkend="data-mode" />.
</para>

<section id="configuration-node-properties">
Expand Down Expand Up @@ -257,7 +256,7 @@ values
<section id="configuration-channel">
<title>Channel</title>
<para>
By categorizing data into channels and assigning them to <xref linkend="trigger" xrefstyle="table"/>s, the user gains more control and visibility into
By categorizing data into channels and assigning them to <xref linkend="table_trigger" xrefstyle="table"/>s, the user gains more control and visibility into
the flow of data. In addition, SymmetricDS allows for synchronization to be enabled, suspended, or scheduled by channels as well.
The frequency of synchronization and order that data gets synchronized is also controlled at the channel level.
</para>
Expand Down Expand Up @@ -335,7 +334,7 @@ values
SymmetricDS captures synchronization data using database triggers. SymmetricDS' Triggers are defined in the
<xref linkend="table_trigger" xrefstyle="table"/> table.
Each record is used by SymmetricDS when generating database triggers. Database triggers are only generated when a trigger
is associated with a <xref linkend="router" xrefstyle="table"/> whose <literal>source_node_group_id</literal> matches the node group id of the current node.
is associated with a <xref linkend="table_router" xrefstyle="table"/> whose <literal>source_node_group_id</literal> matches the node group id of the current node.
</para>
<para>
The following SQL statement defines a trigger that will capture data for a table named "item"
Expand Down
1 change: 1 addition & 0 deletions symmetric/src/docbook/planning.xml
Expand Up @@ -290,6 +290,7 @@
</para>
<para>
For each Trigger Router you define, you can choose the order in which
<!-- MDH need content here -->
</para>

<para>
Expand Down

0 comments on commit 3e4e8b9

Please sign in to comment.