if postmaster is started on a certain port, should I be able to telnet there?

From: Terrence Brannon <blessed(at)sv-luka(dot)org>
To: pgsql-novice(at)postgresql(dot)org
Subject: if postmaster is started on a certain port, should I be able to telnet there?
Date: 2002-05-02 00:30:14
Message-ID: 15568.34966.569361.398806@cae31-196-124.sc.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


I started postmaster via:

./bin/postmaster -D data -p 7000 &

but why is a telnet localhost 7000

result in a refused connection even though

./bin/psql -p 7000 test postgres

works?

Connecting via DBD::Pg is failing and I wanted to try telnetting to
debug the problem but telnet results in refused connections.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2002-05-02 02:20:16 Re: if postmaster is started on a certain port, should I be able to telnet there?
Previous Message Oliver Elphick 2002-05-01 16:58:37 Re: error messages