select open change scope Open full search

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

Extensions / Administration

pg_reject_truncate

Rejects or prevents TRUNCATE operations in PostgreSQL.

pgext.cloud · Source code · Control file

Overview

Packagepg_reject_truncate
Version1.0
RepositoryUnspecified
Extension typePreloaded
Project statusUnmaintained
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariespg_reject_truncate
Stars1
Latest commit2020-09-14
Catalogue updated2026-08-30

Related extensions

See also

qosQoS resource governor extension for PostgreSQL sessions and queries
non_truncateDisables TRUNCATE by raising an error from a ProcessUtility hook
pg_bofhRejects queries without WHERE clauses using a planner hook loaded via shared_preload_libraries.
forbid_truncatePreload hook extension that rejects TRUNCATE commands.