docs: deprecate EOL pg versions
This commit is contained in:
committed by
Steve Chavez
parent
db85faf3ed
commit
82aa58a08f
@@ -44,6 +44,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
- Support for PostgreSQL versions 9.6, 10 and 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/.
|
||||||
- `Prefer: params=single-object` is deprecated. Use [a function with a single unnamed JSON parameter](https://postgrest.org/en/latest/references/api/functions.html#function-single-json) instead. - @steve-chavez
|
- `Prefer: params=single-object` is deprecated. Use [a function with a single unnamed JSON parameter](https://postgrest.org/en/latest/references/api/functions.html#function-single-json) instead. - @steve-chavez
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|||||||
@@ -21,6 +21,12 @@ Supported PostgreSQL versions
|
|||||||
|
|
||||||
PostgREST works with all PostgreSQL versions starting from 9.6.
|
PostgREST works with all PostgreSQL versions starting from 9.6.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Support for PostgreSQL versions 9.6, 10 and 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/.
|
||||||
|
|
||||||
Running PostgREST
|
Running PostgREST
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user