From 043f2cb214aa720a71d54e895a946a61b513a8db Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 11 Oct 2017 13:12:49 -0400 Subject: [PATCH] Tweaked PostgreSQL version number in example --- docs/installation/postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/postgresql.md b/docs/installation/postgresql.md index 02827e26c..243021408 100644 --- a/docs/installation/postgresql.md +++ b/docs/installation/postgresql.md @@ -45,7 +45,7 @@ At a minimum, we need to create a database for NetBox and assign it a username a ```no-highlight # sudo -u postgres psql -psql (9.3.13) +psql (9.4.5) Type "help" for help. postgres=# CREATE DATABASE netbox;