How to Install and Setup PostgreSQL 14 on Windows 10 – Postgres and pgAdmin 4 Install



How to Install and Setup PostgreSQL 14 on Windows 10 – Postgres and pgAdmin 4 Install

How to Install and Setup PostgreSQL 14 on Windows 10 - Postgres and pgAdmin 4 Install

PostgreSQL Installation is easy. Learn how to install PostgreSQL on windows 10, how to download PostgreSQL for windows 10, pgAdmin 4, how to configure them, how to set environment variables
and how to initiate a terminal connection.

PostgreSQL 14 is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

pgAdmin 4 is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.

pgAdmin may be used on Linux, Unix, macOS and Windows to manage PostgreSQL and EDB Advanced Server 10 and above.

————————————————-
Links:
Download page: https://www.postgresql.org/download/
pg Admin: https://www.pgadmin.org/

ENV paths:
C:Program FilesPostgreSQL14bin
C:Program FilesPostgreSQL14lib

Psql commands:
psql -V or psql –version
psql -h 127.0.0.1 -p 5432 -U postgres -d test-db