select open change scope Open full search

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

Extensions / Security

pg_dbo_timestamp

PostgreSQL extension for storing time and author of database structure modification.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_dbo_timestamp
Version1.0.1
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars3
Latest commit2023-01-25
Latest release2023-01-25
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

ddlaAudit DDL changes with event triggers and queryable log functions
pgmementoTransaction-based audit trail with schema versioning
ddl_versioningDDL object versioning with event triggers for tables, indexes, functions, and views.
implicit_schemaEvent-trigger extension that automatically creates a schema when a table or view is created in a missing schema.
track_renamesEvent-trigger function that forwards PostgreSQL object rename details to a configurable callback.
schema_triggersArchived C hook extension adding relation, column, and trigger schema-change events to PostgreSQL event triggers.
verisqlAudit-grade verification gateway for AI-generated SQL — catches silently wrong queries before they hit your dashboard, keeps tamper-evident audit trails, verifies migration equivalence. Zero LLM tokens for 90% of checks.
non_truncateDisables TRUNCATE by raising an error from a ProcessUtility hook
ddl_replReplicate DDL and DCL commands across PostgreSQL instances by means of a utility hook
table_logrecord table modification logs and PITR for table/row