It's raining cats and dogs.

無駄なことなんてないはず

postgresql

ポスグレのインストールぐらいはやっとく

グループとユーザ作る # groupadd postgres # useradd -g postgres postgres # passwd postgres いろいろライブラリを入れておく postgres$ sudo yum -y install readline-devel ncurses-devel zlib-devel ソースダウンロード postgres$ wget ftp://ftp.jp.p…