Explorar o código

Tweaked PostgreSQL version number in example

Jeremy Stretch %!s(int64=8) %!d(string=hai) anos
pai
achega
043f2cb214
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 # sudo -u postgres psql
-psql (9.3.13)
+psql (9.4.5)
 Type "help" for help.
 
 postgres=# CREATE DATABASE netbox;