install postgresql from source
2008年08月08日 (linux)
command
# cd /usr/local/src # tar zxvf postgresql-8.3.3.tar.gz # cd postgresql-8.3.3 # ./configure --without-readline --without-zlib # make # make install
PR
Comment
command
# cd /usr/local/src # tar zxvf postgresql-8.3.3.tar.gz # cd postgresql-8.3.3 # ./configure --without-readline --without-zlib # make # make install