0% found this document useful (0 votes)
2 views11 pages

PostgreSQL Installation Guide

This document outlines the steps to set up PostgreSQL, including downloading the installer and selecting the appropriate version for your operating system. It details the installation process, including creating a password and setting a port number, and provides instructions for using pgAdmin4 to create a database. Finally, it mentions how to check the tables created in the database.

Uploaded by

ajaychiluka279
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views11 pages

PostgreSQL Installation Guide

This document outlines the steps to set up PostgreSQL, including downloading the installer and selecting the appropriate version for your operating system. It details the installation process, including creating a password and setting a port number, and provides instructions for using pgAdmin4 to create a database. Finally, it mentions how to check the tables created in the database.

Uploaded by

ajaychiluka279
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

POSTGRES SQL SETUP

1. Download PostgreSQL.

2. Choose the download option based on your OS.


3. Click on the “Download the installer” .
4. Now, select the required version based on your system configuration.

5. After downloading is completed. Please, open the download file and follow the steps given
below.
6. Create a password.

7. Here, you can set up your port number.


8. You are done with the installation.
9. Now open pgAdmin4.

10. Enter the password.


11. To create Data Base, Click on PostgreSQL 16 dropdown and right click on Databases select
create and then click on database.
12. Enter the name you want to give for the DB.

13. Here, your data base is ready.


14. If you want to check the tables that you have create

You might also like