git をまず PC に入れましょう。 http://www.postgresql.org/docs/current/static/git.html を参考に、 git clone git://git.postgresql.org/git/postgresql.git で PostgreSQL のソースをゲットします。 ./configure --prefix=$HOME/置きたいディレクトリ --enable-debug で configure します。 src/Makefile.global の中身の -O2 を -O になおして、 make make install でバイナリ作成完了です。 綺麗な C で書かれていると噂の PostgreSQL を読みます。 参考 http://eleph2mano.cswiki.jp/index.php?PostgreSQL%E3%82%92gdb%E3%81%A7%E3%83%87%E3%83%90%E3%83%83%E3%82%B0