Skip to content

Commit

Permalink
Fix typo in psql quit command
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Dec 4, 2023
1 parent 83fd706 commit dcb3e14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ CREATE DATABASE pysite WITH OWNER pysite;
CREATE DATABASE metricity WITH OWNER pysite;
```

Finally, enter `/q` to exit psql.
Finally, enter `\q` to exit psql.

### 2. Environment variables

Expand Down

0 comments on commit dcb3e14

Please sign in to comment.