How to use COALESCE in PostgreSQL

.summary{ background:#f3f7f9; padding:20px; } SUMMARY: This article reviews methods for handling NULL values in PostgreSQL using the COALESCE function. Topics discussed with examples include: 1. What is a COALESCE Function?  ...
January 24, 2023

How to Install Postgres on Ubuntu

.summary{ background:#f3f7f9; padding:20px; } SUMMARY: This article covers how to install PostgreSQL on Ubuntu Server for Linux. It goes over four steps for installation:             1...
January 24, 2023

How to declare variables in PL/pgSQL stored procedures

.summary{ background:#f3f7f9; padding:20px; } SUMMARY: This article covers how stored procedures can make use of variables to be more functional and useful. After defining PL/pgSQL, stored procedures, and variables, it provides...
January 24, 2023

PostgreSQL Replication and Automatic Failover Tutorial

.summary{ background:#f3f7f9; padding:20px; } Table of Contents 1. What Is PostgreSQL Replication?  2. What Is Automatic Failover in PostgreSQL?  3. High Availability and Failover Replication  4. Why Use PostgreSQL Replication? ...
January 24, 2023

How to work with PostgreSQL transactions

.summary{ background:#f3f7f9; padding:20px; } SUMMARY: This article covers PostgreSQL transactions. It defines the required keywords within the transaction syntax, explains the safeguards transactions provide in case of error and other benefits...
January 24, 2023

Everything you need to know about PostgreSQL triggers

.summary{ background:#f3f7f9; padding:20px; } SUMMARY: This article discussed triggers in PostgreSQL. It describes the different types of triggers and provides examples for each: 1. Types of Triggers 2. Creating a Trigger...
January 24, 2023

Installation of PostgreSQL on Mac OS

.summary{ background:#f3f7f9; padding:20px; } SUMMARY: This article provides instructions for installing PostgreSQL on the Mac operating system. It covers the following steps: 1. Downloading the installer 2. Launching the installation...
January 24, 2023