1,deployByRuiyIns rpm -ivh http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-1.noarch.rpm postgresql yum repo版本 yum.postgresql.org/repopackages.php 2,repository contains many different packages including third party addons. The mos…
1.初始化并创建数据库(一次即可) initdb \data --locale=chs -U postgres -W You can now start the database server using(启动数据库命令): pg_ctl ^\data^" -l logfile start 2.配置环境变量的vbs脚本 on error resume next set sysenv=CreateObject("WScript.Shell").Environment(&qu…