1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Tweaked PostgreSQL version number in example

This commit is contained in:
Jeremy Stretch
2017-10-11 13:12:49 -04:00
parent baa277c592
commit 043f2cb214

View File

@ -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;