Skip to content

NaokiNakamichi/postgres_extension

Repository files navigation

forbid_truncate

This is released under the PostgreSQL License, a liberal Open Source license, similar to the BSD or MIT licenses.

test status

Build Status

overview

This module uses a hook on utility commands to put restrictions on them. In the particular case of this module, All users can't execute TRUNCATE TABLE . In order to enable this module in a PostgreSQL instance, the following parameter needs to be set in postgresql.conf after installing this module:

    shared_preload_libraries = 'forbid_truncate'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published