Installing A Dbms (Postgresql) : João R. Campos
Installing A Dbms (Postgresql) : João R. Campos
Database Application
Database System
Interface
User interface
applications for the DBMS Database
users to access and
manipulate the data
Interface
J.R. Campos, Marco Vieira Databases (LEI) – Practical Labs - Lesson #1, 2024/2025 3
Some Alternatives Available
• Commercial
• Open source
Lightweight NoSQL
(not a server) column-oriented
J.R. Campos, Marco Vieira Databases (LEI) – Practical Labs - Lesson #1, 2024/2025 4
Oracle Database
• Commonly referred to as Oracle DBMS or simply as Oracle
– Oracle Corporation
– First version in 1979, Oracle v2
– Current version: Oracle Database 23ai
J.R. Campos, Marco Vieira Databases (LEI) – Practical Labs - Lesson #1, 2024/2025 5
PostgreSQL
• Free and open-source, commonly referred to as Postgres
– University of California, Berkeley
– First version in 1997, release 6.0 (successor to the Ingres database)
– Current version: 17
J.R. Campos, Marco Vieira Databases (LEI) – Practical Labs - Lesson #1, 2024/2025 6
What are we going to do next?
• Install PostgreSQL
– psql
– pgadmin
J.R. Campos, Marco Vieira Databases (LEI) – Practical Labs - Lesson #1, 2024/2025 7
The Outcome Will Be…
psql
PostgreSQL
Network
loopback
address
browser pgAdmin
J.R. Campos, Marco Vieira Databases (LEI) – Practical Labs - Lesson #1, 2024/2025 8
Native Installation of PostgreSQL
• Download the certified installer for the latest version from:
– https://www.postgresql.org/download/
J.R. Campos, Marco Vieira Databases (LEI) – Practical Labs - Lesson #1, 2024/2025 9
Native Installation of PostgreSQL
J.R. Campos, Marco Vieira Databases (LEI) – Practical Labs - Lesson #1, 2024/2025 10
Practical Exercises
J.R. Campos, Marco Vieira Databases (LEI) – Practical Labs - Lesson #1, 2024/2025 11
Q&A
J.R. Campos, Marco Vieira Databases (LEI) – Practical Labs - Lesson #1, 2024/2025 12
Databases