エンジニア的な技術的なブログ

webエンジニアの開発の知見を書きます。PHP、javascript、postgres、mysql、あと多少のインフラ周りとか。

2013-05-29から1日間の記事一覧

postgresql9.2 をインストールする方法。あと8系を削除する方法

これに書いてある。 http://morizyun.github.io/blog/postgresql-mac-centos-rails/ 既にpostgreq8系が入っているときは、これだけだとダメ postgresユーザになってホームディレクトリにある .bash_profileにコマンドのパスを通す su - postgres cd ~/ vi .b…