From 6593cac440ba4a0dc41923c86fcd502421d87a9c Mon Sep 17 00:00:00 2001 From: piano35-edb <160748516+piano35-edb@users.noreply.github.com> Date: Thu, 5 Dec 2024 07:09:41 -0600 Subject: [PATCH] update version for installing --- advocacy_docs/pg_extensions/pgvector/installing.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/advocacy_docs/pg_extensions/pgvector/installing.mdx b/advocacy_docs/pg_extensions/pgvector/installing.mdx index 78b9cce91cf..999d13127f7 100644 --- a/advocacy_docs/pg_extensions/pgvector/installing.mdx +++ b/advocacy_docs/pg_extensions/pgvector/installing.mdx @@ -33,10 +33,10 @@ The syntax for the package install command is: ```shell # For SLES, CentOS, RHEL and its derivatives -sudo -y install edb--pg-vector1 +sudo -y install edb--pgvector0 # For Debian and Ubuntu -sudo -y install edb--pg-vector-1 +sudo -y install edb--pgvector-0 ``` Where: @@ -62,7 +62,7 @@ Where: For example, to install pgvector for EDB Postgres Advanced Server 15 on a RHEL 8 platform: ```shell -sudo dnf -y install edb-as15-pg-vector1 +sudo dnf -y install edb-as15-pgvector0 ```