diff --git a/nodeJS/express/installing_postgresql.md b/nodeJS/express/installing_postgresql.md index 0c43dffa591..a6e3ae8343c 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 d72af4ecdfd..8e92e66c525 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.