Preload hook extension that rejects TRUNCATE commands.
pgext.cloud · Source code · Documentation · Control file
| Package | postgres_extension |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | forbid_truncate |
| Stars | 1 |
| Latest commit | 2020-09-13 |
| Catalogue updated | 2026-08-30 |
| pg_bofh | Rejects queries without WHERE clauses using a planner hook loaded via shared_preload_libraries. |
| pg_reject_truncate | Rejects or prevents TRUNCATE operations in PostgreSQL. |
| pg_extension | In-database model slicing and inference helper functions for structured data analytics. |