Skip to content

Instantly share code, notes, and snippets.

View iangow's full-sized avatar
🏠
Working from home

Ian Gow iangow

🏠
Working from home
View GitHub Profile
@iangow
iangow / pg_upgrade.md
Created October 19, 2017 13:03 — forked from anonymous/pg_upgrade.md
Upgrade to PostgreSQL 10 on Ubuntu

Install packages

sudo apt install postgresql-10 postgresql-plpython-10 postgresql-plperl-10 libpq-dev

Install PL/R

If you have PL/R functions in your existing database, then this is necessary:

@iangow
iangow / setup_ubuntu.md
Last active July 25, 2017 22:37 — forked from anonymous/setup_ubuntu.md
Setting up my Ubuntu computer

1. Install Ubuntu

I installed 17.04 ("Zesty Zapus")

2. Install drivers

I have an HP machine and I installed drivers for it from the CD.

3. Install PostgreSQL

I followed instructions found here. Except I should have replaced