问题
解决
要在管理员模式下启动
pg_ctl start -D "D:\Program\PostgreSQL\data"
注册成服务
D:\Program\PostgreSQL\bin\pg_ctl.exe register -N "postgresql" -D "D:\Program\PostgreSQL\data" -U "postgres" -P "postgres"
要在管理员模式下启动
pg_ctl start -D "D:\Program\PostgreSQL\data"
D:\Program\PostgreSQL\bin\pg_ctl.exe register -N "postgresql" -D "D:\Program\PostgreSQL\data" -U "postgres" -P "postgres"