From 1859669a6d5275e2c9605e1bdfa13f2c1f926e8f Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Wed, 15 Nov 2023 16:01:29 -0500 Subject: [PATCH] Added missing feedback about PostgreSQL versions Signed-off-by: Carlo Costino --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed8567851..98caa6fc9 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ and can update itself properly. We now need to install a database - this project uses PostgreSQL, and Homebrew requires a version number to be included with it when installing it: -_NOTE: This project currently works with PostgreSQL version 15.x_ +_NOTE: This project currently works with PostgreSQL version 15.x; version 12.x is currently used in our hosted environments._ ```sh brew install postgresql@15