Install PostgreSQL on Windows

2015-05-25


PostgreSQL is an open source database platform which support multiple platforms: Linux, BSD, Mac, Windows.. etc.

The official website: PostgreSQL

Here we download the PostgreSQL Installer 9.4.2, which include pgAdmin that takes the similar role of SQL Server Management Studio.

We selected Win x86-64 package to download:

image

Then we double click the setup package to start the installation:

1: First we saw VC++ distribute package installation window, we guess the PostgreSQL needs VC++ support ?

2: We see the setup window now:

image

3: Set install directory:

image

4: Set Data Directory (I guess this set data file storing folder ? )

image

5: Set password for superuser, the defaul super user is postgres.

image

6: set a port for the PostgreSQL listen on, just like SQL Server’s listening port:

image

7: Set locale:

image

8: Then the installation process started:

image

9: Soon later we see the installing finish window, do NOT check on the checkbox, and finish entire installation.

image

Now you can start to use PostgreSQL.