mirror of https://github.com/citusdata/citus.git
Update Contributing to install PG10 instead of 9.6 (#2436)
* Update Contributing to note PG10 install * Updated suggested link to PG10pull/2431/head
parent
431ac80563
commit
b15d1eee62
|
@ -47,7 +47,7 @@ why we ask this as well as instructions for how to proceed, see the
|
||||||
sudo apt-key add -
|
sudo apt-key add -
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
sudo apt-get install -y postgresql-server-dev-9.6 postgresql-9.6 \
|
sudo apt-get install -y postgresql-server-dev-10 postgresql-10 \
|
||||||
libedit-dev libselinux1-dev libxslt-dev \
|
libedit-dev libselinux1-dev libxslt-dev \
|
||||||
libpam0g-dev git flex make libssl-dev \
|
libpam0g-dev git flex make libssl-dev \
|
||||||
libkrb5-dev
|
libkrb5-dev
|
||||||
|
@ -67,7 +67,7 @@ why we ask this as well as instructions for how to proceed, see the
|
||||||
|
|
||||||
#### Red Hat-based Linux (RHEL, CentOS, Fedora)
|
#### Red Hat-based Linux (RHEL, CentOS, Fedora)
|
||||||
|
|
||||||
1. Find the PostgreSQL 9.6 RPM URL for your repo at [yum.postgresql.org](http://yum.postgresql.org/repopackages.php#pg96)
|
1. Find the PostgreSQL 10 RPM URL for your repo at [yum.postgresql.org](http://yum.postgresql.org/repopackages.php#pg10)
|
||||||
2. Register its contents with Yum:
|
2. Register its contents with Yum:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue