Category Postgresql

pglogical: Complete Guide to PostgreSQL Logical Replication

Introduction pglogical is a powerful PostgreSQL extension that provides logical streaming replication using a publish/subscribe model. Developed by 2ndQuadrant (now part of EnterpriseDB), it enables selective replication of tables, columns, and rows between PostgreSQL instances, offering flexibility that traditional physical…