This commit is contained in:
Ed Chalstrey 2022-02-17 10:50:27 +00:00
parent 1e87385887
commit 963f51fbac

View File

@ -116,6 +116,7 @@ To test the app user's connection to the database, you could run `psql` interact
``` ```
psql -d <colouringlondondb> -U <username> -h localhost psql -d <colouringlondondb> -U <username> -h localhost
``` ```
<sub>Note: to quit `psql` type `\q` and hit return.</sub>
Create the necessary postgres extensions. Create the necessary postgres extensions.