Bump PG version to 15 on the README (#6442)

pull/6430/head^2
Önder Kalacı 2022-10-18 20:22:28 +02:00 committed by GitHub
parent f756db39c4
commit 93e162def6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -93,14 +93,14 @@ Install packages on Ubuntu / Debian:
```bash ```bash
curl https://install.citusdata.com/community/deb.sh > add-citus-repo.sh curl https://install.citusdata.com/community/deb.sh > add-citus-repo.sh
sudo bash add-citus-repo.sh sudo bash add-citus-repo.sh
sudo apt-get -y install postgresql-14-citus-11.1 sudo apt-get -y install postgresql-15-citus-11.1
``` ```
Install packages on CentOS / Fedora / Red Hat: Install packages on CentOS / Fedora / Red Hat:
```bash ```bash
curl https://install.citusdata.com/community/rpm.sh > add-citus-repo.sh curl https://install.citusdata.com/community/rpm.sh > add-citus-repo.sh
sudo bash add-citus-repo.sh sudo bash add-citus-repo.sh
sudo yum install -y citus111_14 sudo yum install -y citus111_15
``` ```
To add Citus to your local PostgreSQL database, add the following to `postgresql.conf`: To add Citus to your local PostgreSQL database, add the following to `postgresql.conf`: