Mention in INSTALL that Vervis needs PostgreSQL 9.5 or above
That's because insertBy' relies on insertUnique being done atomically, which requires ON CONFLICT support, a feature that came with PostgreSQL 9.5.
This commit is contained in:
parent
b0da8747a2
commit
c2ee6a7f16
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Generate a new SSH key with a blank password:
|
|||
$ ssh-keygen -t rsa -f config/ssh-host-key
|
||||
|
||||
Install PostgreSQL. You'll need the server and the client library development
|
||||
files.
|
||||
files. Note that PostgreSQL needs to be at least version 9.5.
|
||||
|
||||
$ sudo apt install postgresql libpq-dev
|
||||
|
||||
|
|
Loading…
Reference in a new issue