Skip to main content
HomeAbout SQLLearn SQL

How to Install PostgreSQL on Windows and Mac OS X

In this tutorial, you will learn how to install PostgreSQL on two different operating systems - Windows and Mac.
Updated Feb 2019  · 6 min read

PostgreSQL is an open-source and light-weighted relational database management system (RDBMS). It is widely popular among developers and has been well-accepted by the industry. This tutorial is going to show you how you can install a specific version of PostgreSQL on either Windows or Mac.

How to Install PostgreSQL on Windows

PostgreSQL provides a nice graphical installer to install it. It is probably the easiest way to install PostgreSQL. For installing PostgreSQL on Windows, first head over to https://www.enterprisedb.com/downloads/postgres-postgresql-downloads and you should be provided with a table containing different distributions of PostgreSQL for different platforms -

PostgreSQL Distributions by Platform

PostgreSQL does not ask for any fancy requirements, and it runs mostly on a variety of commodity computers. So, system requirements' problem should not be there.

Assuming you are on Windows (32-bit version) platform and want to install the 9.4.21 version of PostgreSQL, you can click on the button as marked in the following figure -

PostgreSQL Distributions by Platform - Windows Install

Navigate to the location where the graphical installer got downloaded and double-click on it. It may vary from user to user depending on their administration schemes. You may have to run the installer as an administrator. Assuming you are already an administrator, double-clicking on the installer file will prompt you with a dialog box. The dialog box simply asks for your permission to install PostgreSQL on your computer. Click on Yes.

You will then get something like this -

PostgreSQL Setup - Windows

Click on Next. You will be prompted to specify the path of the destination folder in which you want to install PostgreSQL.

PostgreSQL Installation Directory - Windows

Specify the path and click on Next.

You will next see a dialog box asking you to specify the data directory of PostgreSQL. It is recommended to leave it as it appears -

PostgreSQL Data Directory - Windows

You will now be asked to enter a password to protect your PostgreSQL database system. It is highly advised that you provide one -

PostgreSQL Password Protection - Windows

PostgreSQL's services run on port number 5432. But PostgreSQL also lets you specify that after you enter and confirm your password -

PostgreSQL Port Number - Windows

It is recommended that you keep 5432 as it is.

You will then be asked to provide the Locale of the database. It is better to leave it to the Default one as shown the following figure and click on Next-

PostgreSQL Locale Selection - Windows

PostgreSQL is now finally ready to get installed on your Windows computer. And you are left with just one click (on Next)-

PostgreSQL Ready to Install - Windows

Your PostgreSQL installation should now have started. It won't take much time. Towards the very end of the installation process, you will be prompted to check/uncheck to launch StackBuilder. You can uncheck that and click on Finish.

Completing PostgreSQL Setup Wizard - Windows

Testing your PostgreSQL Installation on Windows

After you are done installing PostgreSQL, you can verify if the installation was correct or not. For this, simply press the Windows button from your keyboard and type psql. Select the option that says SQL Shell (psql). The SQL Shell of PostgreSQL looks just like the command-prompt -

SQL Shell (psql)

Hit Enter four times in case you followed all the default settings while installing PostgreSQL. Otherwise, you will have to specify all the values as needed by psql manually. Finally, give the password you provided during the installation and hit Enter. If you get the postgres=# prompt, then your installation was all correct.

SQL Shell (psql) 2

You will now see how to install the same version of PostgreSQL on a Mac computer.

How to Install PostgreSQL on Mac OS X

To install PostgreSQL on a Mac computer, head over to https://www.enterprisedb.com/downloads/postgres-postgresql-downloads and click on the button as shown in the following figure (version 9.4.21) -

PostgreSQL Distributions by Platform - Mac OS X Install

Now, navigate to the location where the installer got downloaded.

PostgreSQL Installer - Mac OS X

Double-click on the installer file. And you will be provided with another folder containing two files - PostgreSQL Installer Folder - Mac OS X

Double-click on this file -

PostgreSQL Installer - Mac OS X

You will be asked to either Cancel or Open further. In order to continue the installation, click on Open.

PostgreSQL Installer File Window - Mac OS X

You will then be prompted to enter your password for your Mac OS X. PostgreSQL Installer Password Prompt - Mac OS X

After entering your password, click on OK. You will then see something like this -

PostgreSQL Setup - Mac OS X

Simply, click on Next.

Now, everything is exactly the same with the Windows' installation steps. Once you are done installing PostgreSQL, you can test if it was correct.

Testing your PostgreSQL Installation on Mac OS X

To test the installation, simply click on Launchpad and type psql. You should get the following if you do so -

Launchpad search psql

Click on it and then you will get a prompt like this -

psql window - Mac OS X

You will be asked to enter the details, and the values may vary from user to user. If you followed the default installation without changing any of the values during the installation, just hit Enter four times and enter the password you provided during the installation.

If you get the psql prompt, i.e. postgres=# then your installation is correct.

Taking it Further

You now know how you can install PostgreSQL on your computer. If you are looking to hone your SQL skills using PostgreSQL here are some of the resources that might help you:

Topics

Related courses

Certification available

Course

Joining Data in SQL

4 hr
113.3K
Level up your SQL knowledge and learn to join tables together, apply relational set theory, and work with subqueries.
See DetailsRight Arrow
Start Course
See MoreRight Arrow
Related

A Comprehensive Guide to SQL Certification on DataCamp

Explore SQL certification with DataCamp's courses & tutorials. Gain practical skills & theoretical knowledge to excel in data analytics and advance your career.
Matt Crabtree's photo

Matt Crabtree

8 min

Top 5 SQL Server Certifications: A Complete Guide

Unlock SQL Server certification success with our guide on paths, preparation with DataCamp, and the top certifications to enhance your career.
Matt Crabtree's photo

Matt Crabtree

8 min

Mastering SQL ROUND: Precision Handling in Data Analysis

Learn how to use the SQL ROUND function in this tutorial. It covers the implementation of the ROUND function in Oracle, MySQL, PostgreSQL, and SQL Server.
Laiba Siddiqui's photo

Laiba Siddiqui

10 min

Mastering SQL NOT EQUAL Operator: A Beginner's Guide

Unlock the power of SQL NOT EQUAL with our expert guide. Learn to refine data queries with practical examples and optimization tips for better analysis.
Abid Ali Awan's photo

Abid Ali Awan

5 min

SQL NOT IN Operator: A Comprehensive Guide for Beginners

Master SQL's NOT IN operator with this beginner's guide. Learn to filter data effectively, avoid common pitfalls, and explore efficient alternatives
Abid Ali Awan's photo

Abid Ali Awan

5 min

SQL CONTAINS: A Comprehensive Tutorial

Unlock the power of SQL CONTAINS for advanced text searches. Dive into logical operators, proximity searches, and wildcard uses for precise data analysis.
Abid Ali Awan's photo

Abid Ali Awan

5 min

See MoreSee More