Skip to content

Commit

Permalink
Add additional text to exit psql tool
Browse files Browse the repository at this point in the history
  • Loading branch information
crespire committed Dec 9, 2024
1 parent 7fd7a58 commit 71fa4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodeJS/express/installing_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ You should see the PostgreSQL prompt come up like this:
<your_user>=#
```

Because Postgres.app has configured trusted authentication for all local connections, we don't need to set up any password authentication for our local development environment. Just remember that your `role_name` is the user that appears in the `psql` prompt above.
Because Postgres.app has configured trusted authentication for all local connections, we don't need to set up any password authentication for our local development environment. Just remember that your `role_name` is the user that appears in the `psql` prompt above. You can type `\q` to exit.

</details>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ You should see the PostgreSQL prompt come up like this:
<your_user>=#
```

Because Postgres.app has configured trusted authentication for all local connections, we don't need to set up any password authentication for our local development environment. Just remember that your `role_name` is the user that appears in the `psql` prompt above.
Because Postgres.app has configured trusted authentication for all local connections, we don't need to set up any password authentication for our local development environment. Just remember that your `role_name` is the user that appears in the `psql` prompt above. You can type `\q` to exit.

</details>

Expand Down

0 comments on commit 71fa4ae

Please sign in to comment.