Browsing tag

postgresql

How to Install PostgreSQL on Debian 11 / Debian 10

PostgreSQL (often abbreviated as Postgres) is an object-relational database management system (ORDBMS) emphasizing extensibility and standards compliance. It has more than 30 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and performance. PostgreSQL is released under the PostgreSQL License and is available for Linux, […]

How To Install PostgreSQL On Ubuntu 20.04

PostgreSQL (aka Postgres) is an open-source object-relational database management system (ORDBMS), developed by PostgreSQL Global Development Group, a group of individual volunteers and corporate companies. on Ubuntu 20.04.

How To Install PostgreSQL on CentOS 8 / Rocky Linux 8 / RHEL 8

PostgreSQL is a free, open-source object-relational database management system (ORDBMS) available for various platforms, including Linux, Microsoft Windows, and Mac OS X. PostgreSQL is developed by the PGDG (PostgreSQL Global Development Group) and released under the PostgreSQL License, a free and open-source software. In this post, we will see how to install PostgreSQL on CentOS […]

How To Install pgAdmin 4 on CentOS 7 / RHEL 7 & Fedora 29 / Fedora 28

pgAdmin is a free and open source management tool for PostgreSQL and derivative relation databases such as EDB Advanced Server. It can be installed on multiple OS platforms such as Linux, Unix, Mac OS X, and Windows to manager PostgreSQL 9.2 and above. Deployment Mode pgAdmin can be run as a web or desktop application. […]

How To Install PostgreSQL 11 / 10 on Ubuntu 18.04/16.04 & Linux Mint 19/18

PostgreSQL (aka Postgres) is an object-relational database management system (ORDBMS), available for Linux, Microsoft Windows, FreeBSD, OpenBSD, Solaris, and Mac OS. PostgreSQL is released under the PostgreSQL License, a free and open source permissive software license, developed by the PGDG (PostgreSQL Global Development Group), a group of individual volunteers and corporate companies. Here, we will […]