From 3b49e55d29630dd3dececfcb83fa6492f985f3cd Mon Sep 17 00:00:00 2001 From: Cerdore Date: Mon, 16 Aug 2021 13:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=A4=E4=B8=AAIssue,=20?= =?UTF-8?q?=E5=9D=87=E4=B8=BA=E5=8A=A0=E7=B2=97=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cerdore --- .../docs/Quickstart/configuring-opengauss-parameters.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/Quickstart/configuring-opengauss-parameters.md b/content/en/docs/Quickstart/configuring-opengauss-parameters.md index 8ed3f749c..272555277 100644 --- a/content/en/docs/Quickstart/configuring-opengauss-parameters.md +++ b/content/en/docs/Quickstart/configuring-opengauss-parameters.md @@ -37,7 +37,7 @@ gs_guc [ set | reload ] [-N NODE-NAME] [-I INSTANCE-NAME | -D DATADIR] -h "HOSTT When this parameter is set to **ALL**, all the hosts in openGauss are to be set. -- **-I **_INSTANCE-NAME_: +- **-I** _INSTANCE-NAME_: Specifies the name of the instance to be set. @@ -53,7 +53,7 @@ gs_guc [ set | reload ] [-N NODE-NAME] [-I INSTANCE-NAME | -D DATADIR] -h "HOSTT > >- **-D** cannot be used together with **-I**. -- **-h **_host-auth-policy_: +- **-h** _host-auth-policy_: Specifies the client authentication policy added to the **pg\_hba.conf** configuration file. @@ -132,7 +132,7 @@ The current default values for parameters in the openGauss configuration file \( When this parameter is set to **ALL**, all the hosts in openGauss are to be set. -- **-I **_INSTANCE-NAME_: +- **-I** _INSTANCE-NAME_: Specifies the name of the instance to be set. @@ -153,7 +153,7 @@ The current default values for parameters in the openGauss configuration file \( Specifies the name and value of the openGauss configuration parameter to be set. >![](public_sys-resources/icon-note.gif) **NOTE:** - >- If the parameter is a string variable, use **-c **_parameter_**="'**_value_**'"** or **-c "**_parameter_** = '**_value_**'"**. + >- If the parameter is a string variable, use **-c ** _parameter_ ="'_value_'" or **-c** "_parameter_ = '_value_'". >- When **gs\_guc set** or **reload** is set to **log\_directory**, the default value is restored and set to a specific data directory. Value range: all the parameters in the **postgresql.conf** file -- Gitee