Postgres.exe on windows format on command line that starts the process - Mailing list pgsql-general

From bruce@concena.com
Subject Postgres.exe on windows format on command line that starts the process
Date
Msg-id OF530E5C3D.5D81F221-ON852579D4.0045729E-852579D4.00458889@concena.com
Whole thread Raw
Responses Re: Postgres.exe on windows format on command line that starts the process  ("David Johnston" <polobo@yahoo.com>)
List 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.

pgsql-general by date:

Previous
From: "Daniel Verite"
Date:
Subject: Re: Trigger.. AFTER and BEFORE with specific column changed
Next
From: Tom Lane
Date:
Subject: Re: User-defined Aggregate function and performance.