This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch rel/0.9
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/rel/0.9 by this push:
     new be63330  add quotation mark in doc 5-3 (#1379)
be63330 is described below

commit be6333036fe0c58effe760e4dcc8091192944b06
Author: Sail <[email protected]>
AuthorDate: Tue Jun 16 19:53:58 2020 +0800

    add quotation mark in doc 5-3 (#1379)
---
 .../5-Operation Manual/3-Account Management Statements.md         | 8 ++++----
 .../5-Operation Manual/3-Account Management Statements.md         | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/UserGuide/5-Operation Manual/3-Account Management 
Statements.md b/docs/UserGuide/5-Operation Manual/3-Account Management 
Statements.md
index dbf37b2..2638e3f 100644
--- a/docs/UserGuide/5-Operation Manual/3-Account Management Statements.md      
+++ b/docs/UserGuide/5-Operation Manual/3-Account Management Statements.md      
@@ -7,9 +7,9 @@
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
-
+    
         http://www.apache.org/licenses/LICENSE-2.0
-
+    
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -52,8 +52,8 @@ According to the [sample 
data](https://raw.githubusercontent.com/apache/incubato
 We can create two users for ln and sgcc groups, named ln\_write\_user and 
sgcc\_write\_user, with both passwords being write\_pwd. The SQL statement is:
 
 ```
-CREATE USER ln_write_user write_pwd
-CREATE USER sgcc_write_user write_pwd
+CREATE USER ln_write_user 'write_pwd'
+CREATE USER sgcc_write_user 'write_pwd'
 ```
 Then use the following SQL statement to show the user:
 
diff --git a/docs/zh/UserGuide/5-Operation Manual/3-Account Management 
Statements.md b/docs/zh/UserGuide/5-Operation Manual/3-Account Management 
Statements.md
index d2ac176..79737d0 100644
--- a/docs/zh/UserGuide/5-Operation Manual/3-Account Management Statements.md   
+++ b/docs/zh/UserGuide/5-Operation Manual/3-Account Management Statements.md   
@@ -52,8 +52,8 @@ IoTDB为用户提供了权限管理操作,从而为用户提供对于数据的
 我们可以为ln和sgcc集团创建两个用户角色,名为ln_write_user, sgcc_write_user,密码均为write_pwd。SQL语句为:
 
 ```
-CREATE USER ln_write_user write_pwd
-CREATE USER sgcc_write_user write_pwd
+CREATE USER ln_write_user 'write_pwd'
+CREATE USER sgcc_write_user 'write_pwd'
 ```
 此时使用展示用户的SQL语句:
 

Reply via email to