------------------------------------------------------------------------------
This package contains the source code/binary distribution of WinMaster,
the windows console for PostgreSQL.
------------------------------------------------------------------------------
Copyright           :   Igor Georgiev       gory@alphasoft-bg.com
                        Alpha Soft Ltd      www.alphasoft-bg.com
Portions Copyright  :   Mark L. Woodward    markw@mohawksoft.com
                        Mohawk Software     www.mohawksoft.com

Authors             :   If this code works  it was written by
                        Igor Georgiev & Mark L. Woodward
                        If not, we don't know who wrote it and 
                        dont't even heard anything about it.
------------------------------------------------------------------------------
This program is free software. You can redistribute it and/or
modify it under the terms of the Mozilla Public License 1.1 (MPL 1.1)
at your option) any later version. You can obtain the latest version at                                             
http://www.opensource.org/licenses/
------------------------------------------------------------------------------
This program is distributed in the hope that it will be useful,                
but WITHOUT ANY WARRANTY; without even the implied warranty of                 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                  
Mozilla Public License for more details.    
http://www.opensource.org/licenses/mozilla1.1.php            
------------------------------------------------------------------------------
The latest version of this software may be obtained at
http://gborg.postgresql.org/project/winmaster/download/download.php
------------------------------------------------------------------------------
Here's a web interface to CVS tree
http://gborg.postgresql.org/project/winmaster/viewcvs/
------------------------------------------------------------------------------
This project was originaly developed with Bloodshed Dev-C++ with mingw.
The project file is included - winmaster.dev.
http://www.bloodshed.net/devcpp.html

Mark do some work for compatibilyty with MSVC, so Microsoft victims
may send special thank to him.
------------------------------------------------------------------------------
Also a registry template is included - winmaster.reg.
You may edit it in accordance with your instalation and add the
information to registry, or do it trough options dialog.

Also you may have more than one profile.
The deafult profile name are stored in 
[HKEY_LOCAL_MACHINE\Software\WinMaster]
"DefProfile"="PostgreSQL"

Optional profiles may be used trough command line parameter.
To use the profile PostgreSQL723 stored in
[HKEY_LOCAL_MACHINE\Software\WinMaster\PostgreSQL723]
execute this 
winmaster PostgreSQL723
------------------------------------------------------------------------------
System Ready Text option must be "system is ready" 
System Shutdown Text option must be "system is shut down"
for PostgreSQL at the present time (PostgreSQL 7.3.1)
------------------------------------------------------------------------------
!!! WARNING !!!
Do not start postmaster directly, do it trough 
bash --login -c ......
or you will receive error while creating new databases !!!
------------------------------------------------------------------------------
