From 416f8acb2f2afa44afbddc235490088c755dae56 Mon Sep 17 00:00:00 2001 From: KBbitsP <75751774+KBbitsP@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:29:45 +0530 Subject: [PATCH] Updated PG version Updated PG version --- userguide/tutorials/PostgreSQL.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/tutorials/PostgreSQL.adoc b/userguide/tutorials/PostgreSQL.adoc index a5a14e396..957e77bd5 100644 --- a/userguide/tutorials/PostgreSQL.adoc +++ b/userguide/tutorials/PostgreSQL.adoc @@ -1,6 +1,6 @@ = PostgreSQL Configuration -PostgreSQL is an open-source *Object-relational database system* and provides good performance with low maintenance efforts because of its high stability. The Kill Bill core team uses *MySQL*, but we also run regression tests against *MariaDB 10* and *PostgreSQL 12*. This document has detailed instructions to setup PostgreSQL with Kill Bill and Kaui. +PostgreSQL is an open-source *Object-relational database system* and provides good performance with low maintenance efforts because of its high stability. The Kill Bill core team uses *MySQL*, but we also run regression tests against *MariaDB 10* and *PostgreSQL 14*. This document has detailed instructions to setup PostgreSQL with Kill Bill and Kaui. == PostgreSQL Kill Bill Configuration