Re: Port?

From: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
To: postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Port?
Date: 2003-07-31 06:08:52
Message-ID: 1059631731.7505.388.camel@haggis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2003-07-31 at 00:56, b b wrote:
> What port does the postgresql server listen on. I am
> trying to connect using pg_connect from php using port
> 5432 with the following command:
> $dbconn3 = pg_connect ("host=localhost port=5432
> dbname=dbname user=myname password=mypass");
>
> I get the following:
> Warning: pg_connect(): Unable to connect to
> PostgreSQL server: could not connect to server:
> Connection refused Is the server running on host
> localhost and accepting TCP/IP connections on port
> 5432? ...
>
> How do we know the port postgresql is listening on?

This should help:
$ netstat -a |grep postgresql

--
+-----------------------------------------------------------------+
| Ron Johnson, Jr. Home: ron(dot)l(dot)johnson(at)cox(dot)net |
| Jefferson, LA USA |
| |
| "I'm not a vegetarian because I love animals, I'm a vegetarian |
| because I hate vegetables!" |
| unknown |
+-----------------------------------------------------------------+

In response to

  • Port? at 2003-07-31 05:56:59 from b b

Browse pgsql-general by date

  From Date Subject
Next Message Kallol Nandi 2003-07-31 06:31:52 Re: Port?
Previous Message Kallol Nandi 2003-07-31 06:05:33 Re: Port?