
      PostgreSQL 8.0.3 with Intuitionistic Fuzzy Support
                    Installation guide

1.  initdb.exe and postmaster.exe must be run by a user without administrative priviledges.
2.  Extract ifpgwin.rar (e.g. in C:\ , so a directory C:\ifpgwin will be created)
3.  Create an empty directory, where PostgreSQL data will be stored (e.g. C:\ifpgwin\data)
4.  Open command line window
5.  Change directory to C:\ifpgwin\bin
6.  Initialize the data directory by running the command:
      initdb.exe -D C:\ifpgwin\data
7.  Run postmaster:
      postmaster.exe -D C:\ifpgwin\data
8.  Leave it running in the current window and open a new command line window
9.  Change directory to C:\ifpgwin\bin
10. Initialize IFSQL support module by running ifpg-init.bat
11. Now PostgreSQL is installed and running and IFSQL support module is installed too
    Anytime you can stop the postmaster process with Ctrl-C in the window, where it is running
    You don't have to initialize IFSQL support module each time postmaster is started - just the first time
12. Now you can connect to PostgreSQL with psql.exe and use IFPG features described in IFPG documentation.
    You may do this as the same or another user (no limitations) or from a remote machine as well.
