From d46fe2c3e5346f8f462d60e7cf601732796ef5f7 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 29 May 2025 19:00:59 +0300 Subject: [PATCH] updated yum with install updated command line --- contrib/pg_tde/documentation/docs/yum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_tde/documentation/docs/yum.md b/contrib/pg_tde/documentation/docs/yum.md index a998b7f1f7a3e..29af42f632bf2 100644 --- a/contrib/pg_tde/documentation/docs/yum.md +++ b/contrib/pg_tde/documentation/docs/yum.md @@ -62,7 +62,7 @@ You need the `percona-release` repository management tool that enables the desir Run the following command to install `pg_tde`: ```{.bash data-prompt="$"} - $ sudo yum -y install percona-postgresql17 + $ sudo yum -y install percona-postgresql17 percona-postgresql17-contrib ``` ## Next steps