From b3c1c57a5bee856339840f7decf3a9c7ad84ffd2 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 24 Jan 2014 13:00:18 +0100 Subject: [PATCH] Add postgresql 9.2 remark --- doc/dev-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev-notes.txt b/doc/dev-notes.txt index fce0fdb1..98e9dc17 100644 --- a/doc/dev-notes.txt +++ b/doc/dev-notes.txt @@ -108,7 +108,7 @@ where x.project = c.project and x.jobset = c.jobset and x.job = c.job and x.system = c.system and x.id > c.id and r.buildstatus != r2.buildstatus); -* Using PostgreSQL: +* Using PostgreSQL (version 9.2 or newer is required): $ HYDRA_DBI="dbi:Pg:dbname=hydra;" hydra-server