Browsing tag

postgresql

How to Install PostgreSQL on Fedora 36 / Fedora 35

PostgreSQL is a free object-relational database management system (ORDBMS). It is available for Linux, FreeBSD, Solaris, Microsoft Windows, and macOS. PostgreSQL was developed by the PostgreSQL Global Development Group and released under the PostgreSQL License. Here, we will see how to install PostgreSQL on Fedora 36 / Fedora 35. Install PostgreSQL on Fedora 36 Setup […]

How to Install pgAdmin on Ubuntu 22.04 / Ubuntu 20.04

pgAdmin is an open-source web-based management tool for managing PostgreSQL databases. It includes several features that can help you easily administer and maintain PostgreSQL databases. With pgAdmin, you can view and edit data in tables, run SQL queries, manage users and permissions, create sequences, etc., over a web browser pgAdmin is available for multiple operating […]

How to Install PostgreSQL on Ubuntu 22.04

PostgreSQL is a free and open-source relational database management system (ORDBMS) emphasizing extensibility and SQL compliance. It is known for its strong reputation for reliability, data integrity, and performance. PostgreSQL is available for Linux, Windows, FreeBSD, OpenBSD, and macOS. In this post, we will see how to install PostgreSQL on Ubuntu 22.04. Install PostgreSQL on […]

How to Install phpPgAdmin on Debian 11 / Debian 10

phpPgAdmin is a free web-based administration tool for managing PostgreSQL databases, and it is very similar to phpMyAdmin, a web-based tool for managing MySQL (MariaDB). It allows you to perform activities like creating, modifying, and deleting databases, tables, views, fields, and indexes over a web browser. It also allows you to execute queries on databases […]

How to Install pgAdmin on Debian 11 / Debian 10

pgAdmin is a free and open-source web-based tool for managing PostgreSQL databases, and it includes several features that can help you administer and maintain databases with ease. With pgAdmin,  you can view and edit data in tables, run SQL queries, manage users and permissions, create sequences, etc., all from your web browser pgAdmin is available […]