feat: Drop support for pg 10

This commit is contained in:
Wolfgang Walther
2024-06-15 17:23:34 +02:00
committed by Wolfgang Walther
parent daa77d17aa
commit 126178642b
20 changed files with 280 additions and 363 deletions
+3 -3
View File
@@ -16,14 +16,14 @@ Supported PostgreSQL versions
=============================
=============== =================================
**Supported** PostgreSQL >= 10
**Supported** PostgreSQL >= 11
=============== =================================
PostgREST works with all PostgreSQL versions starting from 10.
PostgREST works with all PostgreSQL versions starting from 11.
.. note::
Support for PostgreSQL versions 10 and 11 is deprecated. From this on version onwards, PostgREST will only support non-end-of-life PostgreSQL versions.
Support for PostgreSQL version 11 is deprecated. From this on version onwards, PostgREST will only support non-end-of-life PostgreSQL versions.
See https://www.postgresql.org/support/versioning/.