Fix required pg minimum version

Fixes https://github.com/PostgREST/postgrest-docs/issues/317
This commit is contained in:
steve-chavez
2020-04-21 15:16:21 -05:00
committed by Steve Chavez
parent 87f883b793
commit 467b22cb29
2 changed files with 4 additions and 4 deletions
+1 -3
View File
@@ -23,9 +23,7 @@ As you begin the tutorial, pop open the project `chat room <https://gitter.im/be
Step 2. Install PostgreSQL
--------------------------
You'll need a modern copy of the database running on your system, either natively or in a Docker instance. We require PostgreSQL 9.3 or greater, but recommend at least 9.5 for row-level security features that we'll use in future tutorials.
If you're already familiar with using PostgreSQL and have it installed on your system you can use the existing installation. For this tutorial we'll describe how to use the database in Docker because database configuration is otherwise too complicated for a simple tutorial.
If you're already familiar with using PostgreSQL and have it installed on your system you can use the existing installation(see :ref:`pg-dependency` for minimum requirements). For this tutorial we'll describe how to use the database in Docker because database configuration is otherwise too complicated for a simple tutorial.
If Docker is not installed, you can get it `here <https://www.docker.com/community-edition#download>`_. Next, let's pull and start the database image: