at_yasu's blog

ロード的なことを

postgres モジュールのインストール

rails で postgres モジュールをインストール。ただし、postgresql が /usr/local/pgsql にある場合の方法。

[top: /home/rails][15:17] $ gem install postgres -- --with-pgsql-dir=/usr/local/pgsql
Building native extensions.  This could take a while...
Successfully installed postgres-0.7.1
[top: /home/rails][15:19] $ 

なーんか、shell で -- のことがどこかにあったような気が・・・