Disables TRUNCATE by raising an error from a ProcessUtility hook
pgext.cloud · Source code · Documentation · Control file
| Package | non_truncate |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | non_truncate |
| Stars | 1 |
| Latest commit | 2021-02-19 |
| Catalogue updated | 2026-08-30 |
| ddl_repl | Replicate DDL and DCL commands across PostgreSQL instances by means of a utility hook |
| track_renames | Event-trigger function that forwards PostgreSQL object rename details to a configurable callback. |
| ddl_versioning | DDL object versioning with event triggers for tables, indexes, functions, and views. |
| implicit_schema | Event-trigger extension that automatically creates a schema when a table or view is created in a missing schema. |
| pg_dbo_timestamp | PostgreSQL extension for storing time and author of database structure modification. |
| ddla | Audit DDL changes with event triggers and queryable log functions |
| schema_triggers | Archived C hook extension adding relation, column, and trigger schema-change events to PostgreSQL event triggers. |
| pg_catalog_get_defs | Adds PL/pgSQL functions that reconstruct CREATE TYPE definitions from pg_catalog metadata. |