Skip to content

Commit 54e9151

Browse files
committed
Doc: Fix errors
1 parent b2629ca commit 54e9151

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
@@ -161,7 +161,7 @@ $ sudo service postgresql restart
161161

162162
## Connect to PostgreSQL As Another User
163163

164-
So far, we have been using the default `postgres` user to access `psql`. Now that we have other users created and their passwords set up, let us try to log in as these users.
164+
So far, we have been using the default `postgres` user to access the interactive SQL terminal. Now that we have other users created and their passwords set up, let us try to log in as these users.
165165

166166
```python
167167
$ sudo -u muthoni psql

0 commit comments

Comments
 (0)