select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Security

pgintegrity

Trigger-based row integrity watermark checker for PostgreSQL tables

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepgintegrity
Version0.0.1
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars1
Latest commit2018-07-12
Catalogue updated2026-08-30

Related extensions

Requires

dblinkconnect to other PostgreSQL databases from within a database

See also

tablelogTrigger-based audit and change-data-capture extension that records INSERT, UPDATE, and DELETE row images in a central log table and can generate replay SQL.
rppdTrigger-based PostgreSQL event dispatcher that sends row changes over gRPC to a clustered Rust/Python execution service.
plmrubyRun scalar, set-returning, inline, and trigger functions in the embedded mruby runtime
pg_utility_trigger_functionsSome pet trigger functions that the extension author likes to follow him through various PostgreSQL projects.
pgmementoTransaction-based audit trail with schema versioning