List:Commits« Previous MessageNext Message »
From:plavin Date:January 8 2007 9:06pm
Subject:svn commit - mysqldoc@docsrva: r4401 - trunk/gui-common
View as plain text  
Author: plavin
Date: 2007-01-08 22:06:13 +0100 (Mon, 08 Jan 2007)
New Revision: 4401

Log:
Reword section on foreign keys

Modified:
   trunk/gui-common/chapter-options-connections.xml
   trunk/gui-common/chapter-table-editor.xml


Modified: trunk/gui-common/chapter-options-connections.xml
===================================================================
--- trunk/gui-common/chapter-options-connections.xml	2007-01-08 19:51:14 UTC (rev 4400)
+++ trunk/gui-common/chapter-options-connections.xml	2007-01-08 21:06:13 UTC (rev 4401)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 11; 1564 bytes

@@ -269,17 +269,8 @@
       </para>
     </note>
     
+       
     <para>
-      <remark>[PL] Confirm below with mikez.</remark>
-    </para>
-    
-    <!--para>
-      To use SSL under Linux choose the <guilabel>Advanced Options</guilabel>
-      tab of the <literal>Options Dialog</literal> and check the <literal>Encrypt connection if available</literal>
-      check box. Be sure to apply your changes before closing the tab.
-    </para-->
-    
-    <para>
       The parameters used with an SSL connection are found in
       the <literal>SSL Command Options</literal> section of
       the reference manual.      

@@ -291,9 +282,20 @@
     </para>
     
     <para>
-      <remark>[PL]check Mac OS X - cannot set preferences to remote db</remark>
+      <remark>[PL] Confirm below with mikez.</remark>
     </para>
     
+    <!--para>
+      To use SSL under Linux choose the <guilabel>Advanced Options</guilabel>
+      tab of the <literal>Options Dialog</literal> and check the <literal>Encrypt connection if available</literal>
+      check box. Be sure to apply your changes before closing the tab.
+      </para-->
+    
+    <para>
+      There is currently no provision for creating an SSL connection
+      when running &gui_tools; on Mac OS X.
+    </para>
+    
   </section>
   
   


Modified: trunk/gui-common/chapter-table-editor.xml
===================================================================
--- trunk/gui-common/chapter-table-editor.xml	2007-01-08 19:51:14 UTC (rev 4400)
+++ trunk/gui-common/chapter-table-editor.xml	2007-01-08 21:06:13 UTC (rev 4401)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 6; 1612 bytes

@@ -330,14 +330,16 @@
         <para>
           To establish a foreign key relationship, choose a table from
           the <guilabel>Ref. Table</guilabel> drop-down list. The
-          columns that can be referenced as foreign keys are listed in
-          the area below, which has two sections. To add a column (of
-          the table you are editing) you can either double click the
-          area below <guilabel>Column</guilabel> and then select a
+          fields that can be related to create a foreign key are listed in
+          the frame below the drop-down list. This frame contains two columns;
+          one labeled <literal>Column</literal> and the other
+          <literal>Reference Column</literal>.          
+          To select a column as a foreign key, double click the
+          area below <guilabel>Column</guilabel> and select a
           column from the drop-down list, or drag a column from the
           column editor to the <guilabel>Column</guilabel> section. To
-          add a column (of the reference table) double click the area
-          below <guilabel>Reference Column</guilabel> and then select a
+          add related column from the referenced table, double click the area
+          below <guilabel>Reference Column</guilabel> and select a
           column from the drop-down list.
         </para>
 


Thread
svn commit - mysqldoc@docsrva: r4401 - trunk/gui-commonplavin8 Jan