From 56651c359eb4069ec40c3475179f064e4ba618a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=AE=E5=82=A8-=E7=8E=8B=E5=BB=BA=E8=BE=BE?= Date: Wed, 19 Mar 2025 21:51:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=8F=82=E6=95=B0?= =?UTF-8?q?=20enable=5Fnonowner=5Fremote=5Fddl=20=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DataBaseReference/miscellaneous-parameters.md | 11 +++++++++++ ...5\205\266\345\256\203\351\200\211\351\241\271.md" | 12 +++++++++++- .../DatabaseReference/miscellaneous-parameters.md | 11 +++++++++++ ...5\205\266\345\256\203\351\200\211\351\241\271.md" | 12 +++++++++++- 4 files changed, 44 insertions(+), 2 deletions(-) diff --git a/content/docs-lite/en/docs/DataBaseReference/miscellaneous-parameters.md b/content/docs-lite/en/docs/DataBaseReference/miscellaneous-parameters.md index 23f9834bc..51cab7884 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 9a5cc74e5..df57b32d7 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 cf497814b..48a4b91df 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 15d98ee83..c124a52d2 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 -- Gitee