List:Commits« Previous MessageNext Message »
From:plavin Date:October 2 2006 9:11pm
Subject:svn commit - mysqldoc@docsrva: r3523 - trunk/workbench
View as plain text  
Author: plavin
Date: 2006-10-02 23:11:31 +0200 (Mon, 02 Oct 2006)
New Revision: 3523

Log:
Changes to relationships etc

Modified:
   trunk/workbench/overview.xml
   trunk/workbench/using.xml


Modified: trunk/workbench/overview.xml
===================================================================
--- trunk/workbench/overview.xml	2006-10-02 19:10:43 UTC (rev 3522)
+++ trunk/workbench/overview.xml	2006-10-02 21:11:31 UTC (rev 3523)
Changed blocks: 1, Lines Added: 30, Lines Deleted: 0; 904 bytes

@@ -222,7 +222,37 @@
       </para>
 
     </section>
+    
+   
+    <section>
+      
+      <title>The Relationship Tools</title>
+      
+      <para>
+        The three relationship tools allow you to graphically represent
+        one to one, one to many, and many to many relationships.
+      </para>
+      
+      <para>
+        <remark>
+          Replacement for doing this
+          in the schemata window? Don't seem to work.
+        </remark>
+      </para>
+      
+    </section>
 
+    <section>
+      
+      <title>The Note Tool</title>
+      
+      <para>
+        This tool is not yet activated.
+      </para>
+      
+    </section>
+    
+    
   </section>
 
 </chapter>


Modified: trunk/workbench/using.xml
===================================================================
--- trunk/workbench/using.xml	2006-10-02 19:10:43 UTC (rev 3522)
+++ trunk/workbench/using.xml	2006-10-02 21:11:31 UTC (rev 3523)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 1; 907 bytes

@@ -342,7 +342,20 @@
         delete, you may wish to perform a cascading delete of related
         records.
       </para>
-
+      
+      <para>
+        Once you have created a relationship, you
+        may edit it by right clicking the relationship in
+        the <literal>Main View</literal> window and choosing the 
+        <guimenu>Edit</guimenu> option from the
+        pop-up menu.        
+      </para>
+      
+       <para>
+         Doing this opens the <literal>Properties</literal>
+         window on the right. From the <literal>Properties</literal>
+         window you can set additional characteristics of the relationship
+       </para>
     </section>
 
     <section>


Thread
svn commit - mysqldoc@docsrva: r3523 - trunk/workbenchplavin2 Oct