diff --git a/content/docs-lite/en/docs/DataBaseReference/miscellaneous-parameters.md b/content/docs-lite/en/docs/DataBaseReference/miscellaneous-parameters.md index 23f9834bc2eabf1a13caf0f84b6980b848597397..51cab788474f4a6cd388da5622f677fce41f405e 100644 --- a/content/docs-lite/en/docs/DataBaseReference/miscellaneous-parameters.md +++ b/content/docs-lite/en/docs/DataBaseReference/miscellaneous-parameters.md @@ -261,3 +261,14 @@ This parameter is a USERSET parameter. Set it based on instructions provided in - **overwrite_null**: overwrites the null value that violates the constraint to the default value of the target type. **Default value**: **ignore_null** + +## enable\_nonowner\_remote\_ddl + +**Parameter description:** Whether authorized users are permitted to remotely execute the granted DDL privileges, which include `CREATE, DROP, ALTER, TRUNCATE, INDEX, VACUUM, COMMENT`. + +This parameter is a SIGHUP parameter. Set it based on instructions provided in [Table 1](../DatabaseAdministrationGuide/resetting-parameters.md#en-us_topic_0283137176_en-us_topic_0237121562_en-us_topic_0059777490_t91a6f212010f4503b24d7943aed6d846). + + +**Value range:** \[off,on\] + +**Default value**: **on** \ No newline at end of file diff --git "a/content/docs-lite/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" index 9a5cc74e5316b1e05aff1b940c382d7140301c03..df57b32d703ab2090f38fd44d047a54a38df930a 100644 --- "a/content/docs-lite/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" +++ "b/content/docs-lite/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" @@ -331,4 +331,14 @@ **取值范围**:布尔型(`on`、`off`) -**默认值**:off \ No newline at end of file +**默认值**:off + +## enable\_nonowner\_remote\_ddl + +**参数说明**: 是否允许非 owner 用户远程执行被授予的 DDL 权限, DDL 权限包括 `CREATE, DROP, ALTER, TRUNCATE, INDEX, VACUUM, COMMENT`. + +该参数属于SIGHUP类型,请参考[表1](../DatabaseAdministrationGuide/重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)对应设置方法进行设置。 + +**取值范围**: \[off,on\] + +**默认值**: on diff --git a/content/en/docs/DatabaseReference/miscellaneous-parameters.md b/content/en/docs/DatabaseReference/miscellaneous-parameters.md index cf497814b5481df8bc04282f4afa101f15f35f77..48a4b91df4429d2ed5aff1034b9f5c9f6ad55231 100644 --- a/content/en/docs/DatabaseReference/miscellaneous-parameters.md +++ b/content/en/docs/DatabaseReference/miscellaneous-parameters.md @@ -271,3 +271,14 @@ This parameter is a POSTMASTER parameter. Set it based on instructions provided **Value range**: 0 to 2147483647 **Default value**: **0** + +## enable\_nonowner\_remote\_ddl + +**Parameter description:** Whether authorized users are permitted to remotely execute the granted DDL privileges, which include `CREATE, DROP, ALTER, TRUNCATE, INDEX, VACUUM, COMMENT`. + +This parameter is a SIGHUP parameter. Set it based on instructions provided in [Table 1](../DatabaseAdministrationGuide/resetting-parameters.md#en-us_topic_0283137176_en-us_topic_0237121562_en-us_topic_0059777490_t91a6f212010f4503b24d7943aed6d846). + + +**Value range:** \[off,on\] + +**Default value**: **on** diff --git "a/content/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" "b/content/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" index 15d98ee835df885952ec7286dda39cb3c203cd8d..c124a52d2be8e3d61890b7b458ddd544ffb5428e 100644 --- "a/content/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" +++ "b/content/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" @@ -345,4 +345,14 @@ **取值范围**:布尔型(`on`、`off`) -**默认值**:off \ No newline at end of file +**默认值**:off + +## enable\_nonowner\_remote\_ddl + +**参数说明**: 是否允许非 owner 用户远程执行被授予的 DDL 权限, DDL 权限包括 `CREATE, DROP, ALTER, TRUNCATE, INDEX, VACUUM, COMMENT`. + +该参数属于SIGHUP类型,请参考[表1](../DatabaseAdministrationGuide/重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)对应设置方法进行设置。 + +**取值范围**: \[off,on\] + +**默认值**: on \ No newline at end of file