Add contrib/pg_logicalinspect.

Masahiko Sawada <msawada@postgresql.org>

Commit: 7cdfeee320e72162b62dddddee638e713c2b8680
Author: Masahiko Sawada <msawada@postgresql.org>
Date: 2024-10-15T00:22:02Z
Releases: 18.0
Add contrib/pg_logicalinspect.

This module provides SQL functions that allow to inspect logical
decoding components.

It currently allows to inspect the contents of serialized logical
snapshots of a running database cluster, which is useful for debugging
or educational purposes.

Author: Bertrand Drouvot
Reviewed-by: Amit Kapila, Shveta Malik, Peter Smith, Peter Eisentraut
Reviewed-by: David G. Johnston
Discussion: https://postgr.es/m/ZscuZ92uGh3wm4tW%40ip-10-97-1-34.eu-west-3.compute.internal

Files

Documentation touched

Discussion