About 1,430,000 results
Open links in new tab
  1. Why so many "postgres.exe" are created when I run my application?

    Aug 22, 2013 · In windows "Task Manager", I find that when PostgreSQL server starts up it creates 6 "postgres.exe" processes. Now when I deploy/start my J2EE application in JBoss, I …

  2. Stop postgres.exe background processes - Stack Overflow

    Jun 28, 2022 · How do I stop these background processes? I already stopped postgresql-x64-14 service and disconnected from all databases. Clicking "end task" doesn't help …

  3. How can I start PostgreSQL on Windows? - Stack Overflow

    The issue is, the PostgreSQL installer postgresql-14.5-1-windows-x64.exe doesn't create such a service. So the only option seems to be "C:\Program Files\PostgreSQL\14\bin\pg_ctl.exe" …

  4. How to manually configure and start PostgreSQL on windows?

    May 4, 2011 · I do this using search & replace. The start the server using pg_ctl as mentioned by Nirmal (and described in the manual). Make sure you start PostgreSQL using the same …

  5. postgresql - Postgres.exe crashes and tears down all apps, …

    Jun 15, 2021 · Postgres.exe crashes and tears down all apps, recovers and is running again Asked 4 years, 6 months ago Modified 4 years, 5 months ago Viewed 1k times

  6. Setting Windows PATH for Postgres tools - Stack Overflow

    Jul 13, 2012 · Add environment variable postgres as %postgres% in the path variable Now check by taking a new command prompt and typing conda (close already opened terminal or cmd)

  7. Many “postgres.exe” processes on Windows. Is there a way to …

    Jul 26, 2019 · My Postgres 9.4 runs on Windows, and it creates many “postgres.exe” processes. Is there a way to close unused “postgres.exe” processes? It only increases. Thanks in advance.

  8. Unable to run PostgreSQL as Windows service - Stack Overflow

    Now you need to open cmd.exe - Once open we are going to call initdb.exe and pass some values to it as well. First run chdir and change the working directory to the location of …

  9. windows - How to start psql.exe - Stack Overflow

    Dec 2, 2017 · In line with Q/A In PostgreSQL why does command line window disappear when I press Enter after entering my password?, now, instead of running psql.exe directly, I first …

  10. Register and run PostgreSQL 9.0 as Windows Service

    For a while i have my db running on a command window because im not figuring out how to run it as a windows service. Since i have the zip file version downloaded. how can i register the …