From: Ken Youens-Clark Date: Fri, 7 Aug 2009 21:03:53 +0000 (+0000) Subject: Added a little more POD on clustering. X-Git-Tag: v0.11008~136 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b210832ece9aee49cf259f5732b9323f87b4ef7;p=dbsrgits%2FSQL-Translator.git Added a little more POD on clustering. --- diff --git a/script/sqlt-graph b/script/sqlt-graph index e168390..b92129c 100755 --- a/script/sqlt-graph +++ b/script/sqlt-graph @@ -88,7 +88,9 @@ If the schema defines foreign keys, then the graph produced will be directed showing the direction of the relationship. If the foreign keys are intuited via natural joins, the graph will be undirected. -The syntax for clustering tables into groups is: +Clustering of tables allows you to group and box tables according to +function or domain or whatever criteria you choose. The syntax for +clustering tables is: cluster1=table1,table2;cluster2=table3,table4