From 71a4935bcd4e97408f9955d812310bfac631b923 Mon Sep 17 00:00:00 2001 From: Michael Zhilin Date: Tue, 4 Oct 2022 11:46:55 +0300 Subject: [PATCH] [README] add information about pre-built packages --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aa539d8..f4bd9bd 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ and supports PostgreSQL 9.6+. Installation ------------ +Pre-built `pg_wait_sampling` packages are provided in official PostgreSQL +repository: https://download.postgresql.org/pub/repos/ + +Manual build +------------ + `pg_wait_sampling` is PostgreSQL extension which requires PostgreSQL 9.6 or higher. Before build and install you should ensure following: