From a6f93f55b1c4196432d41f4b171a28f15972817f Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 4 Aug 2023 21:15:26 -0500 Subject: [PATCH] clear supported pg versions closes #592 --- docs/explanations/install.rst | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/docs/explanations/install.rst b/docs/explanations/install.rst index 6944803a8..df76e8aa5 100644 --- a/docs/explanations/install.rst +++ b/docs/explanations/install.rst @@ -55,6 +55,18 @@ You can also use your OS package manager. choco install postgrest scoop install postgrest + +.. _pg-dependency: + +Supported PostgreSQL versions +============================= + +=============== ================================= +**Supported** PostgreSQL >= 9.6 +=============== ================================= + +PostgREST works with all PostgreSQL versions starting from 9.6. + Running PostgREST ================= @@ -101,13 +113,6 @@ For a complete reference of the configuration file, see :ref:`configuration`. To test that the system path is set correctly, run ``pg_config`` from the command line. You should see it output a list of paths. -.. _pg-dependency: - -PostgreSQL dependency ---------------------- - -To use PostgREST you will need an underlying database. We require PostgreSQL 9.6 or greater. You can use something like `Amazon RDS `_ but installing your own locally is cheaper and more convenient for development. You can also run PostgreSQL in a :ref:`docker container`. - Docker ======