mirror of https://github.com/citusdata/citus.git
Reflect PG14 changes in the readme
parent
d7fde7dd1a
commit
0995cfef49
|
@ -81,14 +81,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-13-citus-10.2
|
sudo apt-get -y install postgresql-14-citus-10.2
|
||||||
```
|
```
|
||||||
|
|
||||||
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 citus102_13
|
sudo yum install -y citus102_14
|
||||||
```
|
```
|
||||||
|
|
||||||
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`:
|
||||||
|
|
Loading…
Reference in New Issue