소스 검색

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;