From 230eb3630cf46ee135ac5b6496b7725f59ae79d0 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Thu, 12 Feb 2026 12:06:20 +0500 Subject: [PATCH] docs(install): update postgresql minimum supported version PostgREST dropped support for PostgreSQL version 12 however, it was not reflected in the docs. Signed-off-by: Taimoor Zaeem --- docs/explanations/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explanations/install.rst b/docs/explanations/install.rst index 31f7b4134..7a2f21641 100644 --- a/docs/explanations/install.rst +++ b/docs/explanations/install.rst @@ -16,7 +16,7 @@ Supported PostgreSQL versions ============================= =============== ================================= -**Supported** PostgreSQL >= 12 +**Supported** PostgreSQL >= 13 =============== ================================= PostgREST works with all PostgreSQL versions still `officially supported `_.