Skip to content

Commit 342597f

Browse files
committed
Doc: Fix grammar error
1 parent 54e9151 commit 342597f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databases/access_postgresql/psql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ postgres=# \du
9292

9393
## Create a Super User
9494

95-
From a security stanpoint, it is very dangerous to have a user with superuser privileges because this user is able to bypass all checks. You are advised to avoid the superuser unless it is necessary or be VERY careful when working with this user. Let us create another user with superuser privileges:
95+
From a security standpoint, it is very dangerous to have a user with superuser privileges because this user is able to bypass all checks. You are advised to avoid the superuser unless it is necessary or be VERY careful when working with this user. Let us create another user with superuser privileges:
9696

9797
```python
9898
postgres=# CREATE USER wangare SUPERUSER;

0 commit comments

Comments
 (0)