Rejects or prevents TRUNCATE operations in PostgreSQL.
pgext.cloud · Source code · Control file
| Package | pg_reject_truncate |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Unmaintained |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | pg_reject_truncate |
| Stars | 1 |
| Latest commit | 2020-09-14 |
| Catalogue updated | 2026-08-30 |
| qos | QoS resource governor extension for PostgreSQL sessions and queries |
| non_truncate | Disables TRUNCATE by raising an error from a ProcessUtility hook |
| pg_bofh | Rejects queries without WHERE clauses using a planner hook loaded via shared_preload_libraries. |
| forbid_truncate | Preload hook extension that rejects TRUNCATE commands. |