From d98ae59535bdb159da5c8c4fb31060bcdbceff18 Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Wed, 25 Apr 2018 09:09:55 -0400 Subject: [PATCH] updates pg version based on cdb_quantiles update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9f2b06..feb26e6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See [the cartodb-postgresql wiki](https://github.com/CartoDB/cartodb-postgresql/ Dependencies ------------ - * PostgreSQL 9.3+ (with plpythonu extension and xml support) + * PostgreSQL 9.4+ (with plpythonu extension and xml support) * [PostGIS extension](http://postgis.net) Install