Re: Different Port for PostgreSQL? - Mailing list pgsql-general

From Justin Clift
Subject Re: Different Port for PostgreSQL?
Date
Msg-id 3D8F5F27.79DF5CD0@postgresql.org
Whole thread Raw
In response to delete operation with "where XXX in"  ("Peter Alberer" <h9351252@obelix.wu-wien.ac.at>)
List pgsql-general
Hi Dan,

If you're going to be using PostgreSQL 7.2.2 (the latest recommended
version), then the port number is a setting you can change in your
postgresql.conf file.  This file is created inside the PostgreSQL "data"
directory when you first initialise the database with "initdb".

This file is also very well commented and easy to figure out, so you'll
be fine to just open it with a text editor and make the required change,
then restart PostgreSQL.  As a precaution, it's a good idea to make a
backup of your postgresql.conf file too, just in case something goes
wrong while you're editing (unlikely though).

:-)

Regards and best wishes,

Justin Clift

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
   - Indira Gandhi

pgsql-general by date:

Previous
From: "Peter Alberer"
Date:
Subject: Re: delete operation with "where XXX in"
Next
From: dan radom
Date:
Subject: Re: Different Port for PostgreSQL?