How can I start PostgreSQL on Windows?

后端 未结 8 870
一生所求
一生所求 2020-11-29 18:24

I have installed Postgresql on my Windows 10 PC. I have used the pgAdmin II tool to create a database called company, and now I want to start the database server running. I

8条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-29 19:04

    I found using

    net start postgres_service_name

    the only reliable way to operate Postgres on Windows

提交回复
热议问题