windows中将postgreSQL9.0注册为windows服务

注意:大小写要正确

 

E:/Program Files/PostgreSQL/9.0/bin>pg_ctl.exe register -N "pgsql" -D "E:/Program Files/PostgreSQL/9.0/bin/data"

你可能感兴趣的:(windows,PostgreSQL)