From 5267aa567b472d9462dc887bebc2e4822c92a36f Mon Sep 17 00:00:00 2001 From: Hiromu Hota Date: Fri, 10 Apr 2020 21:30:32 -0700 Subject: [PATCH] Update docs about postgresql version requirement --- docs/user/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 450142693..3c135789f 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -29,7 +29,7 @@ On Debian-based distros:: $ sudo apt install libmagickwand-dev .. note:: - Fonduer is compatible with PostgreSQL version 9.6, 10, and 11 (12 is not compatible as of v0.7.1). + Fonduer requires PostgreSQL version 9.6 or higher. .. note:: Fonduer requires ``poppler-utils`` to be version 0.36.0 or later.