Information about the format of clusterCollectionSettings.cfg
----
Neil Padgett <npadgett@redhat.com> / Sept. 20, 2001

The format of this file is currently quite simple. It merely is a list
of database clusters in the following format:

cluster {FriendlyName} {connection parameters}

where:

cluster: literal keyword
FriendlyName: the friendly name for the cluster, shown in the tree
connection parameters: parameters for connecting to the given cluster
in the format used by the PostgreSQL Tcl library. The most common is
"-host foo" where foo is the hostname of the database cluster. Other
parameters (user, etc.) are mostly as you would expect. See the PostgreSQL
Programmer's Manual for details.

