From 467b22cb298619ddf03e890e502fc4033da7de11 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Mon, 13 Apr 2020 15:02:40 -0500 Subject: [PATCH] Fix required pg minimum version Fixes https://github.com/PostgREST/postgrest-docs/issues/317 --- install.rst | 4 +++- tutorials/tut0.rst | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install.rst b/install.rst index 685d28235..0e0e2ae70 100644 --- a/install.rst +++ b/install.rst @@ -24,11 +24,13 @@ The release page has pre-compiled binaries for Mac OS X, Windows, and several Li It usually lives in :code:`C:\Program Files\PostgreSQL\\bin`. See this `article `_ about how to modify the system path. +.. _pg-dependency: PostgreSQL dependency ===================== -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. +To use PostgREST you will need an underlying database. We require PostgreSQL 9.4 or greater, but recommend at least 9.5 for row-level security features. +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 `_ diff --git a/tutorials/tut0.rst b/tutorials/tut0.rst index 038b92f6f..18884ea5f 100644 --- a/tutorials/tut0.rst +++ b/tutorials/tut0.rst @@ -23,9 +23,7 @@ As you begin the tutorial, pop open the project `chat room `_. Next, let's pull and start the database image: