PostgreSQL12体验
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PostgreSQL12体验相关的知识,希望对你有一定的参考价值。
1.创建数据库
D:PostgreSQLin>initdb.exe -D D:PostgreSQLdata -E UTF-8 -U postgres -W
2.启动数据库
pg_ctl -D "D:PostgreSQLdata" -l logfile start
3.连接数据库
D:PostgreSQLin>psql -U postgres
4.注册PG服务
pg_ctl register -N PostgreSQL -D D:postgresqldata
以上是关于PostgreSQL12体验的主要内容,如果未能解决你的问题,请参考以下文章