List:Commits« Previous MessageNext Message »
From:stefan Date:March 30 2006 3:34pm
Subject:svn commit - mysqldoc@docsrva: r1708 - trunk/gui-common
View as plain text  
Author: shinz
Date: 2006-03-30 17:34:47 +0200 (Thu, 30 Mar 2006)
New Revision: 1708

Log:
Add more procedures provided by Vangelis

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

Modified: trunk/gui-common/chapter-table-editor.xml
===================================================================
--- trunk/gui-common/chapter-table-editor.xml	2006-03-30 14:19:23 UTC (rev 1707)
+++ trunk/gui-common/chapter-table-editor.xml	2006-03-30 15:34:47 UTC (rev 1708)
@@ -270,14 +270,17 @@
         </para>
 
         <para>
-          To define a foreign key relationship, choose a table from the
-          <guilabel>Ref. Table</guilabel> drop-down list. The columns
+          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, and you can drag a column from the column editor to the
-          <guilabel>Column</guilabel> section to the left of the column
-          you wish to reference.
-        </para>
-
+          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 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 column from the
+          drop-down list.
+        </para> 
       </sect3>
 
 <!-- END FOREIGN KEY -->

Thread
svn commit - mysqldoc@docsrva: r1708 - trunk/gui-commonstefan30 Mar