瀏覽代碼

Tweaked PostgreSQL version number in example

Jeremy Stretch 8 年之前
父節點
當前提交
043f2cb214
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;