From 99a0d0c4bf9d9c94c57d59e33225d6e79c68ec6a Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Thu, 25 Nov 2021 13:47:25 +0800 Subject: [PATCH] Document that debian/ubuntu have official hypopg packages. Also fix the install documentation to mention Rocky Linux, as the community is not supporting centos anymore. --- docs/installation.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 026fd27..df2fe8d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -13,7 +13,7 @@ Packages Hypopg is available as a package on some GNU/Linux distributions: -- RHEL/Centos +- RHEL/Rocky Linux HypoPG is available as a package using `the PGDG packages `_. @@ -25,6 +25,20 @@ Hypopg is available as a package on some GNU/Linux distributions: yum install hypopg +- Debian / Ubuntu + + HypoPG is available as a package using `the PGDG packages + `_. + + Once the PGDG repository is setup, you just need to install the package. As + root: + + .. code-block:: bash + + apt install postgresql-XY-hypopg + + where XY is the major version for which you want to install hypopg. + - Archlinux Hypopg is available on the `AUR repository