Starting ProgreSQL server - Mailing list pgsql-novice

From Richard Watt
Subject Starting ProgreSQL server
Date
Msg-id BAY15-F36b1iTDSwLHI000029a5@hotmail.com
Whole thread Raw
Responses Re: Starting ProgreSQL server  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Starting ProgreSQL server  ("Hari Bhanujan" <hbhanujan@sbcglobal.net>)
List pgsql-novice
I've followed the installation instructions for 7.4.3 on Fedora Core 1 Linux on a Pentium II 233 system, and it's
installedfine. I've instructed the configure tool to use TCP port 5321 during the installation. 
 
I tried to create a test database with createdb, and this is the message I get:
 
createdb: could not connect to database template1: could not connect to server: Connection refused
        Is the server running on host <IP address> and accepting
       TCP/IP connections on port 5321? 
I've got PGHOSTADDR set to <IP address>, which is the correct address for my Linux machine, and PGPORT set
to5321, and the PostgreSQL server is set to start with the -i switch. 
 
I can't think of anything else that it could be - I had it working before without specifying a port during the
configurationphase, but I need the database running to test a customer's application, which is expecting the server to
belistening to a specific port. 
 
I haven't found anything else useful in the documentation other than setting PGHOSTADDR and PGPORT in the
environment,but can anyone else come up with something I can check? 
 
Thanks in advance,
Richard WattMSN Premium gives you PC protection, junk-mail filters, advanced communication tools and great software
likeMSN Encarta® Premium.   Click here for a FREE trial! 

pgsql-novice by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: FOR-IN-EXECUTE, why fail?
Next
From: Tom Lane
Date:
Subject: Re: Starting ProgreSQL server