Author: plavin
Date: 2006-12-13 19:23:56 +0100 (Wed, 13 Dec 2006)
New Revision: 4240
Log:
Changes to accommodate new chapters and rearrangement
Modified:
trunk/gui-common/chapter-grt-shell.xml
trunk/gui-common/chapter-table-editor.xml
trunk/gui-common/installation-all.xml
Modified: trunk/gui-common/chapter-grt-shell.xml
===================================================================
--- trunk/gui-common/chapter-grt-shell.xml 2006-12-13 17:46:06 UTC (rev 4239)
+++ trunk/gui-common/chapter-grt-shell.xml 2006-12-13 18:23:56 UTC (rev 4240)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 680 bytes
@@ -187,7 +187,7 @@
<guimenu>Display Object Values</guimenu> shows their value.
<remark>
- Same as panel below or not?
+ [PL]Same as panel below or not?
</remark>
</para>
@@ -665,7 +665,7 @@
the <option>basedir</option> option.
<remark>
- What are data files?
+ [PL]What are data files?
</remark>
</para>
Modified: trunk/gui-common/chapter-table-editor.xml
===================================================================
--- trunk/gui-common/chapter-table-editor.xml 2006-12-13 17:46:06 UTC (rev 4239)
+++ trunk/gui-common/chapter-table-editor.xml 2006-12-13 18:23:56 UTC (rev 4240)
Changed blocks: 6, Lines Added: 68, Lines Deleted: 5; 3928 bytes
@@ -16,11 +16,11 @@
<title>Introduction</title>
<para>
- The &table_editor; is a component of both the &query_browser; and
- &administrator;, enabling the visual creation and modification of
+ The &table_editor; is a component of the &query_browser;,
+ &administrator;, and &workbench; enabling the visual creation and modification of
tables.
</para>
-
+
<para>
The &table_editor; can be accessed from the &query_browser; by
right clicking on a table within the database browser and choosing
@@ -37,6 +37,32 @@
select a table and click the <guibutton>Edit Table</guibutton>
button to access the &table_editor;.
</para>
+
+ <para>
+ The &table_editor; can be accessed from the &workbench; by
+ double clicking a table in the <literal>Main View</literal>
+ panel. On Windows you also have the option of
+ right-clicking in the schemata panel and choosing
+ the <guimenu>Create MySQL Table</guimenu> option from the pop-up menu.
+ </para>
+
+
+ <para>
+ The appearance of the &table_editor; varies slightly depending
+ upon the operating system (OS) and whether the &table_editor; is docked or not.
+ For example, under Linux the
+ Columns and Indexes are separate tabs but under Windows
+ they are combined in one.
+ However, the same basic functionality is available regardless
+ of docking or the particular OS.
+ </para>
+
+ <note>
+ <para>
+ Docking is not supported on all operating systems.
+ </para>
+ </note>
+
</section>
@@ -47,8 +73,8 @@
<title>The Main Editor Window</title>
<para>
- The &table_editor; consists of a work space divided into three
- tabs, some general information prompts, and three action buttons.
+ The &table_editor; consists of a work space divided into
+ tabs, some general information prompts, and two or three action buttons.
</para>
<para>
@@ -143,6 +169,11 @@
</figure>
<para>
+ To add a column simply double-click a column in an empty row
+ and enter an appropriate value.
+ </para>
+
+ <para>
To change the name, data type, default value, or comment of a
column, double click on the value you wish to change. The value
becomes editable and you can complete your changes by pressing
@@ -270,6 +301,31 @@
using the dialog boxes provided in the <guilabel>Foreign Key
Settings</guilabel> section of the tab.
</para>
+
+ <para>
+ The options are:
+
+ <itemizedlist>
+
+ <listitem>
+ <para>NO ACTION</para>
+ </listitem>
+
+ <listitem>
+ <para>RESTRICT</para>
+ </listitem>
+
+ <listitem>
+ <para>CASCADE</para>
+ </listitem>
+
+ <listitem>
+ <para>SET NULL </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </para>
<para>
To establish a foreign key relationship, choose a table from
@@ -306,6 +362,13 @@
and in addition you can also configure the column character
set and column default collation from the Column Details tab.
</para>
+
+ <para>
+ Depending upon circumstances one or the other of these views
+ may be more convenient.
+ However, changing the data type in the tabular view is
+ especially easy because a drop-down list shows all available data types.
+ </para>
</section>
Modified: trunk/gui-common/installation-all.xml
===================================================================
--- trunk/gui-common/installation-all.xml 2006-12-13 17:46:06 UTC (rev 4239)
+++ trunk/gui-common/installation-all.xml 2006-12-13 18:23:56 UTC (rev 4240)
Changed blocks: 3, Lines Added: 14, Lines Deleted: 1; 1352 bytes
@@ -31,6 +31,14 @@
is 5.0 update 8.
</para>
+ <para>
+ Regardless of platform, a working, current
+ <literal>OpenGL</literal> installation is required by the &workbench;.
+ To find out more about <literal>OpenGL</literal>
+ got to <ulink url="http://www.opengl.org/">www.opengl.org</ulink>. The
+ installation of OpenGL is beyond the scope of this document.
+ </para>
+
</section>
<!-- Introduction -->
@@ -325,7 +333,7 @@
<title>Installing Under Mac OS X</title>
<para>
- To install MySQL Administrator under Mac OS X, double-click the
+ To install &gui_tools; under Mac OS X, double-click the
downloaded <literal>.dmg</literal> file and wait for it to be
opened and attached. Once a window containing the &gui_tools;
icon pops up, drag it to your Applications folder — or any
@@ -336,6 +344,11 @@
Once the copy is complete, you may eject the disk image.
</para>
+ <para>
+ The minimum
+ supported version is Mac OS X 10.4.
+ </para>
+
</section>
</chapter>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4240 - trunk/gui-common | plavin | 13 Dec |