From e5022f20454d36a03af6abb53d9df3ecf6f4b0c7 Mon Sep 17 00:00:00 2001 From: Jack Lau <131463945+JackLau1222@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:44:12 +0800 Subject: [PATCH] improve the 07-user-rights.en.md --- docs/guide/07-user-rights.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/07-user-rights.en.md b/docs/guide/07-user-rights.en.md index 8724b4f..c88faf0 100644 --- a/docs/guide/07-user-rights.en.md +++ b/docs/guide/07-user-rights.en.md @@ -21,7 +21,7 @@ Explanation: - `login` specifies that the user can log in. - password 'user1@123' specifies the user's password. -### 创建管理员用户 +### Create an administrator user ``` [opentenbase@VM_0_29_centos ~]$ psql -h 172.16.0.29 -U opentenbase -d postgres -p 15432 @@ -121,12 +121,12 @@ Explanation: psql (PostgreSQL 10.0 opentenbase V2) Type "help" for help. ---修改密码方法一 +--Password modification method one postgres=# role user1 with password 'user1@123' ; ALTER ROLE ---修改密码方法二 +--Password modification method two postgres=# \password user1 Enter new password: Enter it again: