Skip to content

Instantly share code, notes, and snippets.

@jhngrant
jhngrant / keybase.md
Created February 3, 2018 16:44
keybase.md

Keybase proof

I hereby claim:

  • I am jhngrant on github.
  • I am johngrant (https://keybase.io/johngrant) on keybase.
  • I have a public key whose fingerprint is 371A 1648 D47D 828E DB69 5283 CDFB E98E 521F 5272

To claim this, I am signing this object:

@jhngrant
jhngrant / postgresql-debugger-install-ubuntu
Last active September 26, 2022 21:23
Installing the PL/pgSQL Debugger Extension (pldbgapi) for pgAdmin III on PostgreSQL 9.4 and Ubuntu 14.10
# PostgreSQL can be on a remote server but you'll need root privileges in Linux and superuser in PostgreSQL.
# First install build tools
sudo su
aptitude install build-essential
aptitude install postgresql-server-dev-9.4
# Clone and build the PL/pgSQL server-side debugger