To install PostgreSQL on Windows, perform the following steps:
- Download and run an appropriate version of the Windows PostgreSQL interactive installer. This can be downloaded from https://www.enterprisedb.com/downloads/postgres-postgresql-downloads#windows.
- Install PostgreSQL as a Windows service. Make sure you take note of the PostgreSQL Windows service account name and password. You will need these details later in the installation process.
- Select the PL/pgsql procedural language to be installed when prompted by the installer to do so.
- You may choose to install pgAdmin when directed to the Installation options screen. If you install pgAdmin, enable the Adminpack contrib module when prompted by the installer.
If ...