1.创建数据库
D:PostgreSQLbin>initdb.exe -D D:PostgreSQLdata -E UTF-8 -U postgres -W
2.启动数据库
pg_ctl -D "D:PostgreSQLdata" -l logfile start
3.连接数据库
D:PostgreSQLbin>psql -U postgres
4.注册PG服务
pg_ctl register -N PostgreSQL -D D:postgresqldata
1.创建数据库
D:PostgreSQLbin>initdb.exe -D D:PostgreSQLdata -E UTF-8 -U postgres -W
2.启动数据库
pg_ctl -D "D:PostgreSQLdata" -l logfile start
3.连接数据库
D:PostgreSQLbin>psql -U postgres
4.注册PG服务
pg_ctl register -N PostgreSQL -D D:postgresqldata