Introduction To Dbms Lab Installation of Postgresql On Windows 10
Introduction To Dbms Lab Installation of Postgresql On Windows 10
Introduction To Dbms Lab Installation of Postgresql On Windows 10
1
1(b). Click on Download the installer and you will be redirected to new page.
1(c). Select the version 12.7 Windows x86-64 installer (latest is preferred)
It will take a few minutes to complete the download.
2
2) Install PostgreSQL on Window step by step
Step 1. Double click on the installer file, an installation wizard will appear and guide you through
multiple steps where you can choose different options that you would like to have in PostgreSQL.
Step 3. Specify installation folder, choose your own or keep the default folder suggested by PostgreSQL
installer and click the Next button
3
Step 4. Select software components to install:
For the tutorial on this website, you don’t need to install Stack Builder so feel free to uncheck it and click
the Next button to select the data directory:
4
Step 5. Select the database directory to store the data or accept the default folder. And click the Next
button to go to the next step:
5
Step 6. Enter the password for the database superuser (postgres)
PostgreSQL runs as a service in the background under a service account named postgres. If you already
created a service account with the name postgres, you need to provide the password of that account in the
following window.
After entering the password, you need to retype it to confirm and click the Next button:
6
Step 7. Enter a port number on which the PostgreSQL database server will listen. The default port of
PostgreSQL is 5432. You need to make sure that no other applications are using this port.
7
Step 8. Choose the default locale used by the PostgreSQL database. If you leave it as default locale,
PostgreSQL will use the operating system locale. After that click the Next button.
8
Step 9. The setup wizard will show the summary information of PostgreSQL. You need to review it and
click the Next button if everything is correct. Otherwise, you need to click the Back button to change the
configuration accordingly.
9
Now, you’re ready to install PostgreSQL on your computer. Click the Next button to begin installing
PostgreSQL.
10
The installation may take a few minutes to complete.
11
Step 10. Click the Finish button to complete the PostgreSQL installation.
There are several ways to verify the PostgreSQL installation. You can try to connect to the
PostgreSQL database server from any client application e.g., psql and pgAdmin.
The quick way to verify the installation is through the psql program.
First, click the psql application to launch it. The psql command-line program will display.
12
Second, enter all the necessary information such as the server, database, port, username, and password.
To accept the default, you can press Enter.
Note that you should provide the password that you entered during installing the PostgreSQL.
Third, issue the command SELECT version(); you will see the following output:
13
Your installation to work with PostgreSQL is completed and you can start working with PostgreSQL to
work with your database.
14
Remote Connection of University Linux Server to access PostgreSQL
Database Sever
3. Enter the HostName, Port No. and select the connection type SSH as given below and click
open to get connection to University Linux Server to access PostgreSQL Database Sever.
15
4. New terminal window will appear as shown below
5. Type your login id and password and press Enter (Note: while typing password characters will
not appear to you)
6. Now you are connected to KL University Linux Server
16