Drop support for PG 9.5.

Related: https://github.com/PostgREST/postgrest/pull/2038
This commit is contained in:
Wolfgang Walther
2021-11-24 19:43:26 +01:00
committed by Wolfgang Walther
parent 35d9b98bff
commit 9eac683e51
3 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ For a complete reference of the configuration file, see :ref:`configuration`.
PostgreSQL dependency
---------------------
To use PostgREST you will need an underlying database. We require PostgreSQL 9.5 or greater. You can use something like `Amazon RDS <https://aws.amazon.com/rds/>`_ but installing your own locally is cheaper and more convenient for development. You can also run PostgreSQL in a :ref:`docker container<pg-in-docker>`.
To use PostgREST you will need an underlying database. We require PostgreSQL 9.6 or greater. You can use something like `Amazon RDS <https://aws.amazon.com/rds/>`_ but installing your own locally is cheaper and more convenient for development. You can also run PostgreSQL in a :ref:`docker container<pg-in-docker>`.
Docker
======