我已在Windows 10 PC上安装了Postgresql。我已经使用pgAdmin II工具创建了一个名为company的数据库,现在我想启动运行的数据库服务器。我不知道该怎么做。我已经在postgres命令行上运行了start命令,似乎什么也没发生。
我正在做的是:
postgres=# pg_ctl start
postgres=# pg_ctl status
postgres=# pg_ctl restart
postgres=# pg_ctl start company
postgres=# pg_ctl status
.....->我什么也没回来。
psql
通常无论如何都会连接到正在运行的服务器。因此,如果您可以开始,psql
那么Postgres已经在运行