Re: postgresql port

From: Andrew McMillan <andrew(at)catalyst(dot)net(dot)nz>
To: Art Fore <afore(at)sonic(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: postgresql port
Date: 2003-01-27 06:16:52
Message-ID: 1043648212.17504.149.camel@kant.mcmillan.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Mon, 2003-01-27 at 17:56, Art Fore wrote:
> How can I find out what port & host postgresql is communicating on? How
> is this configured? I want to operate on my localhost:5432 or
> sporthorse-home:5432 (sporthorse-home is the computer name).

Well if you don't know what host it's listening on you're a bit stuck!

netstat should be able to show you that it is listening OK. Normally
it's on port 5432, and it may only be listening on a unix domain socket
unless you enabled tcp/ip with the -i option to postmaster.

Regards,
Andrew.

> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
--
---------------------------------------------------------------------
Andrew @ Catalyst .Net.NZ Ltd, PO Box 11-053, Manners St, Wellington
WEB: http://catalyst.net.nz/ PHYS: Level 2, 150-154 Willis St
DDI: +64(4)916-7201 MOB: +64(21)635-694 OFFICE: +64(4)499-2267
Survey for nothing with http://survey.net.nz/
---------------------------------------------------------------------

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Steve McAllister 2003-01-27 10:14:27 Developing a forms based web application
Previous Message Art Fore 2003-01-27 04:56:35 postgresql port