List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:December 12 2008 3:21pm
Subject:svn commit - mysqldoc@docsrva: r12940 - trunk/workbench
View as plain text  
Author: tbedford
Date: 2008-12-12 16:21:36 +0100 (Fri, 12 Dec 2008)
New Revision: 12940

Log:
Added some more details on editing routines.

Modified:
   trunk/workbench/stored-procedures.xml


Modified: trunk/workbench/stored-procedures.xml
===================================================================
--- trunk/workbench/stored-procedures.xml	2008-12-12 10:31:29 UTC (rev 12939)
+++ trunk/workbench/stored-procedures.xml	2008-12-12 15:21:36 UTC (rev 12940)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 5; 2183 bytes

@@ -10,13 +10,40 @@
   <title>Creating Routines and Routine Groups</title>
 
   <para>
-    You can add routine groups to a database either from the
-    <literal>Physical Schemata</literal> section of the <literal>MySQL
-    Model</literal> page or from an EER Diagram. Routines may only be
-    added from the <literal>Physical Schemata</literal> section of the
-    <literal>MySQL Model</literal> page
+    You can add Routine Groups to a database either from the
+    <guilabel>Physical Schemata</guilabel> section of the
+    <guilabel>MySQL Model</guilabel> page or from an EER Diagram.
+    Routines may only be added from the <guilabel>Physical
+    Schemata</guilabel> section of the <guilabel>MySQL Model</guilabel>
+    page.
   </para>
 
+  <para>
+    To view an existing schema, along with its Routines and Routine
+    Groups, select <guimenu>Database</guimenu>, <guimenu>Reverse
+    Engineer...</guimenu> from the main menu. After the schema has been
+    added to the current model, you can see the schema objects on the
+    <guilabel>Physical Schemata</guilabel> panel on the <guilabel>MySQL
+    Model</guilabel> page. The Routines and Routine Groups are listed
+    there.
+  </para>
+
+  <para>
+    MySQL Workbench unifies both stored procedures and stored functions
+    into one logical object called a Routine. Routine Groups are used to
+    group routines that are related. You can decide how many Routine
+    Groups you want to create and you can use the <guilabel>Routine
+    Group Editor</guilabel> to assign specific routines to a group,
+    using a drag and drop interface.
+  </para>
+
+  <para>
+    When designing an EER Diagram you can place the Routine Groups on
+    the canvas by dragging them from the <guilabel>Catalog
+    Palette</guilabel>. Placing individual routines on the diagram is
+    not permitted, as it would clutter the canvas.
+  </para>
+
 <!--start routines here-->
 
   <section id="wb-routines">


Thread
svn commit - mysqldoc@docsrva: r12940 - trunk/workbenchanthony.bedford12 Dec