From b15d1eee62a7619a6d265bee36b369cef1141917 Mon Sep 17 00:00:00 2001 From: Sumedh Pathak Date: Tue, 16 Oct 2018 12:31:17 -0700 Subject: [PATCH] Update Contributing to install PG10 instead of 9.6 (#2436) * Update Contributing to note PG10 install * Updated suggested link to PG10 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0132696e1..f0a461e31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ why we ask this as well as instructions for how to proceed, see the sudo apt-key add - 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 \ libpam0g-dev git flex make libssl-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) -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: ```bash