tar xjvf postgresql*.bz2 #解压至一个目录; cd potgresql-12.2 ./configure --prefix=/opt/pgsql #拟安装至/opt/pgsql; make world; make install- ...
確定! 回上一頁