Feature

PostgreSQL External Projects: Table of Contents

The PostgreSQL community has a number of external projects that are separate from the core project, and provide more rich capabilities for the PostgreSQL database.

Continue reading

Rollback behavior on a statement error in transaction block

Summary: In this article, we will learn the rollback behavior on a statement error in transaction block, and the difference between PostgreSQL and Oracle.

Continue reading

Transactional DDL in PostgreSQL: Database Comparison

Summary: In this article, we will learn the transactional DDL in PostgreSQL, and differences with other popular databases.

Continue reading

PostgreSQL Subtransaction Problem: Subtransaction cache overflow

Summary: In this article, we will know a subtransaction problem in PostgreSQL: subtransaction cache overflow.

Continue reading

PostgreSQL Subtransaction Problem: Transaction ID Growth

Summary: In this article, we will know a subtransaction problem in PostgreSQL: transaction id growth.

Continue reading

PL/pgSQL Exception and Subtransactions

Summary: In this article, we will learn what’s the relationship between PL/pgSQL exception and subtransactions.

Continue reading