Browse Source

Tweaked PostgreSQL version number in example

Jeremy Stretch 7 years ago
parent
commit
043f2cb214
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/installation/postgresql.md

+ 1 - 1
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
 ```no-highlight
 # sudo -u postgres psql
 # sudo -u postgres psql
-psql (9.3.13)
+psql (9.4.5)
 Type "help" for help.
 Type "help" for help.
 
 
 postgres=# CREATE DATABASE netbox;
 postgres=# CREATE DATABASE netbox;