From 71fa4aee10d61ba4202f3c91b5276d3c627b69ac Mon Sep 17 00:00:00 2001 From: crespire Date: Sun, 8 Dec 2024 21:58:26 -0500 Subject: [PATCH] Add additional text to exit psql tool --- nodeJS/express/installing_postgresql.md | 2 +- .../advanced_forms_and_activerecord/installing_psql.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodeJS/express/installing_postgresql.md b/nodeJS/express/installing_postgresql.md index 0c43dffa59..a6e3ae8343 100644 --- a/nodeJS/express/installing_postgresql.md +++ b/nodeJS/express/installing_postgresql.md @@ -200,7 +200,7 @@ You should see the PostgreSQL prompt come up like this: =# ``` -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. diff --git a/ruby_on_rails/advanced_forms_and_activerecord/installing_psql.md b/ruby_on_rails/advanced_forms_and_activerecord/installing_psql.md index d72af4ecdf..8e92e66c52 100644 --- a/ruby_on_rails/advanced_forms_and_activerecord/installing_psql.md +++ b/ruby_on_rails/advanced_forms_and_activerecord/installing_psql.md @@ -224,7 +224,7 @@ You should see the PostgreSQL prompt come up like this: =# ``` -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.