Contents
allow_system_table_mods
A configuration parameter determining whether system tables can be modified
allow_system_table_mods
is a configuration parameter determining whether system catalogue tables can be modified.
allow_system_table_mods
was added in PostgreSQL 8.2.
IMPORTANT: use of this setting can cause irreparable damage to the database.
Default value
The default value for allow_system_table_mods
is: false
.
Change history
- PostgreSQL 8.2
- added (commit 86c23a6e)
References
- PostgreSQL documentation: allow_system_table_mods