Here are the basic tools for starting your local PostgreSQL server and building the monopoly database on Windows.
Start PostgreSQL as follows.
This sets up the service on your local machine and gives you administrator control over the databases. The work that you do will be done on the local machine and can’t be ported to other machines.
Create the monopoly database as follows.
monopoly
database. If necessary,
create it first and
specify that it be owned by postgres
.
This will automatically delete the old tables and build new ones. You can update the database by editing the script and re-running as needed.
When you are finished, disconnect the database by going to PGAdmin III, clicking mouse-right on the main database and choosing “Disconnect”.
This should work on all lab machines, but each machine keeps a separate database space, so you will need to rerun the build/load script on each new machine.