From c5f84053a7bb2a5b052791360db8807d5ee6d56a Mon Sep 17 00:00:00 2001 From: Kai Wagner Date: Tue, 3 May 2022 09:47:37 +0200 Subject: [PATCH] PG-405: Replace beta release warning in main branch Signed-off-by: Kai Wagner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afe2992..8924fb5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ## Overview -**NOTE**: This is a beta release and is subject to further changes. We recommend using it in testing environments only. +**NOTE**: This branch is constantly changing and used as our development branch. We recommend using it in testing environments only. The stable release can be found in the [REL1_0_STABLE](https://github.com/percona/pg_stat_monitor/tree/REL1_0_STABLE) branch. The `pg_stat_monitor` is a **_Query Performance Monitoring_** tool for PostgreSQL. It attempts to provide a more holistic picture by providing much-needed query performance insights in a [single view](https://github.com/percona/pg_stat_monitor/blob/master/docs/REFERENCE.md).