From 963f51fbac75b3a479638106b3469cb0d166502f Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 17 Feb 2022 10:50:27 +0000 Subject: [PATCH] add note --- docs/setup-dev-environment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index 6db2a502..3ffd79a3 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -116,6 +116,7 @@ To test the app user's connection to the database, you could run `psql` interact ``` psql -d -U -h localhost ``` +Note: to quit `psql` type `\q` and hit return. Create the necessary postgres extensions.