在windwos系统上如何将postgresql打包和系统一起发布
1:将安装有postgresql的机器关于postgresql的目录压缩打包解压到要打包的那台机器上
2:注册成系统服务
“postgresql的安装目录\bin\pg_ctl.exe” register -N PostgreSQL-9.6 -D “postgresql的安装目录\data”
3:启动服务 net start PostgreSQL-9.6
转载自:https://blog.csdn.net/wuyumingbao/article/details/78017165