Skip to content

Commit

Permalink
improve the 07-user-rights.en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLau1222 authored Jan 30, 2024
1 parent 342dd14 commit e5022f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/07-user-rights.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e5022f2

Please sign in to comment.