Re: [GENERAL] Postgres.exe on windows format on command line that starts the process

2012-04-02 Thread David Johnston
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

[GENERAL] Postgres.exe on windows format on command line that starts the process

2012-04-02 Thread bruce
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