Skip to content

Instantly share code, notes, and snippets.

@rdrey
rdrey / postgresql-debugger-install-ubuntu
Last active May 21, 2021 09:51 — forked from jhngrant/postgresql-debugger-install-ubuntu
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
# you can also use apt
aptitude install build-essential
aptitude install postgresql-server-dev-9.4
aptitude install libkrb5-dev # I had a dependency on kerberos, you might not