Skip to content

Commit

Permalink
update version for installing
Browse files Browse the repository at this point in the history
  • Loading branch information
piano35-edb committed Dec 5, 2024
1 parent ac68200 commit 6593cac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions advocacy_docs/pg_extensions/pgvector/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ The syntax for the package install command is:

```shell
# For SLES, CentOS, RHEL and its derivatives
sudo <package-manager> -y install edb-<postgres><postgres_version>-pg-vector1
sudo <package-manager> -y install edb-<postgres><postgres_version>-pgvector0

# For Debian and Ubuntu
sudo <package-manager> -y install edb-<postgres><postgres_version>-pg-vector-1
sudo <package-manager> -y install edb-<postgres><postgres_version>-pgvector-0
```

Where:
Expand All @@ -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
```


Expand Down

0 comments on commit 6593cac

Please sign in to comment.