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

From: bruce(at)concena(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Postgres.exe on windows format on command line that starts the process
Date: 2012-04-02 12:39:29
Message-ID: OF530E5C3D.5D81F221-ON852579D4.0045729E-852579D4.00458889@concena.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 it is a port then how can I change the ports used OR avoid using
certain ports?

Thanks,
Bruce.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Roest 2012-04-02 12:43:03 Re: [HACKERS] Re: pg_dump incredibly slow dumping a single schema from a large db
Previous Message Jay Levitt 2012-04-02 12:17:07 Re: Switching to Homebrew as recommended Mac install?