From 5fc48057f8c4d01f520bb4009051f8aa267cda15 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 9 Sep 2017 15:41:05 -0500 Subject: [PATCH] Actually pg 9.5 is needed, not 9.3 --- install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.rst b/install.rst index ebd7beb02..b3a4ca428 100644 --- a/install.rst +++ b/install.rst @@ -19,7 +19,7 @@ The release page has precompiled binaries for Mac OS X, Windows, and several Lin PostgreSQL dependency ===================== -To use PostgREST you will need an underlying database (PostgreSQL version 9.3 or greater is required). You can use something like Amazon `RDS `_ but installing your own locally is cheaper and more convenient for development. +To use PostgREST you will need an underlying database (PostgreSQL version 9.5 or greater is required). You can use something like Amazon `RDS `_ but installing your own locally is cheaper and more convenient for development. * `Instructions for OS X `_ * `Instructions for Ubuntu 14.04 `_