Little intro about PostgreSQL
Many DBMS (Database Management Systems) were created to make the task easier for users to manage their databases like MySQL, PostgreSQL, MongoDB etc. Where the most advance version of database found is PostgreSQL now a days. It is object-based relational DBMS that requires execution of complex queries, data analysis and data warehousing.
STEPS FOR INSTALLING POSTGRESQL:
METHOD 1: INSTALLING USING WINDOWS:
Go to link https://www.postgresql.org/.
Here in image you can see the download option,
You can download Interactive Installer by EDB
Click on download the installer, highlighted by blue.
Download According to your latest machine requirement.
Open exe file.
Once you Download PostgreSQL, open the downloaded exe and Click next on the install welcome screen.
Update location.
Change the Installation directory if required, else leave it to default
Click Next
Select components.
You may choose the components you want to install in your system. You may uncheck Stack Builder
Click Next
Check data location.
You may change the data location
Click Next
Enter password.
Enter super user password. Make a note of it
Click Next
Check port option.
Leave the port number default.
Click Next
Check summary.
Check the pre-installation summary:
Click Next
Ready to install.
Click the next button.
Check stack builder prompt.
Once install is complete you will see the Stack Builder prompt
Uncheck that option. We will use Stack Builder in more advance tutorials
Click Finish
Launch PostgreSQL.
To launch PostgreSQL go to Start Menu and search pgAdmin4
Check pgAdmin( its a graphical tool for managing and developing your databases).
You will see pgAdmin homepage
Find PostgreSQL 10. Click on Servers > PostgreSQL 10 in the left tree.
Enter password.
Enter super user password set during installation, Click OK.
Check Dashboard.
You will see the Dashboard
CONGRATULATIONS That’s it to PostgreSQL installation. Click on it.
Little intro about PostgreSQL Many DBMS (Database Management Systems) were created to make the task easier for users to manage their databases like MySQL, PostgreSQL, MongoDB etc. Where the most advance version of database found is PostgreSQL now a days. It is object-based relational DBMS that requires execution of complex queries, data analysis and data warehousing.
STEPS FOR INSTALLING POSTGRESQL:
METHOD 1: INSTALLING USING WINDOWS:
Go to link
https://www.postgresql.org/
.Here in image you can see the download option,
You can download Interactive Installer by EDB Click on download the installer, highlighted by blue.
Download According to your latest machine requirement.
Open exe file. Once you Download PostgreSQL, open the downloaded exe and Click next on the install welcome screen.
Update location. Change the Installation directory if required, else leave it to default Click Next
Select components. You may choose the components you want to install in your system. You may uncheck Stack Builder Click Next
Check data location. You may change the data location Click Next
Enter password. Enter super user password. Make a note of it Click Next
Check port option. Leave the port number default. Click Next
Check summary. Check the pre-installation summary: Click Next
Ready to install. Click the next button.
Check stack builder prompt. Once install is complete you will see the Stack Builder prompt Uncheck that option. We will use Stack Builder in more advance tutorials Click Finish
Launch PostgreSQL. To launch PostgreSQL go to Start Menu and search pgAdmin4
Check pgAdmin( its a graphical tool for managing and developing your databases). You will see pgAdmin homepage
Find PostgreSQL 10. Click on Servers > PostgreSQL 10 in the left tree.
Enter password. Enter super user password set during installation, Click OK.
Check Dashboard. You will see the Dashboard
CONGRATULATIONS That’s it to PostgreSQL installation. Click on it.