From 9bea971e8d760d59a9edd02b52ce78d6f21ea66d Mon Sep 17 00:00:00 2001 From: liuerwuliu Date: Mon, 16 Aug 2021 09:01:00 +0000 Subject: [PATCH] update content/en/docs/Quickstart/configuring-opengauss-parameters.md. --- .../en/docs/Quickstart/configuring-opengauss-parameters.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/Quickstart/configuring-opengauss-parameters.md b/content/en/docs/Quickstart/configuring-opengauss-parameters.md index 8ed3f749c..e7b0de14c 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. -- Gitee