From 31b18e9512548c466d55a4004b9e6fae1638b6c8 Mon Sep 17 00:00:00 2001 From: Willy Lulciuc Date: Wed, 5 Aug 2020 16:29:06 -0700 Subject: [PATCH] Require postgres 12.1 [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eceaa4913..faeba4ad7b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ We invite everyone to help us improve and keep documentation up to date. Documen ## Requirements * [Java 11](https://openjdk.java.net/install) -* [PostgreSQL 9.6](https://www.postgresql.org/download) +* [PostgreSQL 12.1](https://www.postgresql.org/download) > **Note:** To connect to your running PostgreSQL instance, you will need the standard [`psql`](https://www.postgresql.org/docs/9.6/app-psql.html) tool.