From: pgsql-general-ow...@postgresql.org
[mailto:pgsql-general-ow...@postgresql.org] On Behalf Of br...@concena.com
Sent: Monday, April 02, 2012 8:39 AM
To: pgsql-general@postgresql.org
Subject: [GENERAL] Postgres.exe on windows format on command line that
starts the process
In Windows
In Windows PostgreSQL spawns numerous postgres.exe processes. When you
look at the actual command line you see the command that started the
process. For example: "c:/PostgreSQL/8.4/bin/postgres.exe" "--forkbackend"
"1372"
My questions
1. In the example above does 1372 represent a port?
2. If