List:Commits« Previous MessageNext Message »
From:plavin Date:October 2 2006 7:04pm
Subject:svn commit - mysqldoc@docsrva: r3520 - trunk/administrator
View as plain text  
Author: plavin
Date: 2006-10-02 21:04:38 +0200 (Mon, 02 Oct 2006)
New Revision: 3520

Log:
improve description of filter capabilities 

Modified:
   trunk/administrator/catalogs.xml


Modified: trunk/administrator/catalogs.xml
===================================================================
--- trunk/administrator/catalogs.xml	2006-10-02 13:49:06 UTC (rev 3519)
+++ trunk/administrator/catalogs.xml	2006-10-02 19:04:38 UTC (rev 3520)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 2; 1477 bytes

@@ -20,13 +20,24 @@
       their properties, creating databases, and performing a number of
       operations on tables. Existing catalogs and schemata are listed in
       the lower left area of the
-      <link linkend="mysql-administrator-sidebar">sidebar</link>. If
-      there are many schemata on your MySQL server, the field with the
+      <link linkend="mysql-administrator-sidebar">sidebar</link>.
+    </para>
+    
+      <para>
+      If  there are many schemata on your MySQL server, the field with the
       magnifying glass icon may be handy for filtering the schemata you
       are looking for. Typing in <literal>t</literal> or
       <literal>T</literal>, for example, will set the filter to schemata
       whose names begin with a <literal>t</literal>. The filter works in
       a case-insensitive fashion.
+      </para>
+    
+    <para>
+      You may also filter schemata using the wild card 
+      <literal>?</literal> to stand in for any single character
+      and <literal>*</literal> for zero to any number of characters.
+      For example the string <literal>*boo??*</literal> will find schemata with the names
+      <literal>books, coursebooks</literal> and <literal>bookings</literal>.
     </para>
 
     <para>


Thread
svn commit - mysqldoc@docsrva: r3520 - trunk/administratorplavin2 Oct