From 207da351c48452bcea14ca07a64fb84434a439bf Mon Sep 17 00:00:00 2001 From: eegeek Date: Tue, 19 Aug 2008 13:13:42 +0000 Subject: [PATCH] Clarified data format section based on feedback from client. Also fixed example at bottom, which seemed to be missing a key column int he columns line. --- .../docbook/user-guide/appendix/ap03-data-format.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/symmetric/src/docbook/user-guide/appendix/ap03-data-format.xml b/symmetric/src/docbook/user-guide/appendix/ap03-data-format.xml index 4e4a11b35c..f3c18a5188 100644 --- a/symmetric/src/docbook/user-guide/appendix/ap03-data-format.xml +++ b/symmetric/src/docbook/user-guide/appendix/ap03-data-format.xml @@ -35,7 +35,7 @@ table {table name} - Sets the context of which table to operate on + Sets the context of which table on which to operate. @@ -55,7 +55,7 @@ - Lists all the column names of the table. Only needs to occur after the + Lists all the column names (including key columns) of the table. Only needs to occur after the first occurrence of the table. @@ -66,7 +66,7 @@ - Insert into the table with the values that correspond with the columns + Insert into the table with the values that correspond with the columns. @@ -76,7 +76,7 @@ - Update the table using the old key values to set the new column values + Update the table using the old key values to set the new column values. @@ -85,7 +85,7 @@ delete {old key value...} - Delete from the table using the old key values + Delete from the table using the old key values. @@ -96,7 +96,7 @@