BUG #15012: psql doesn't use server's default port

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: konstantin(at)kkalinin(dot)pro
Subject: BUG #15012: psql doesn't use server's default port
Date: 2018-01-15 16:06:08
Message-ID: 20180115160608.3633.23069@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15012
Logged by: Константин Калинин
Email address: konstantin(at)kkalinin(dot)pro
PostgreSQL version: 10.1
Operating system: Xubuntu 16.04
Description:

I had PosgreSQL 9.6 server, that ran on 5432 port and installed 10.1
simultaneously so it started to use 5433 port.
Both were installed via apt repo http://apt.postgresql.org/pub/repos/apt/
xenial-pgdg main.
After that I've uninstalled 9.6.

Now, though `psql` says in help that it's going to connect to 5433 port by
default, it's connecting to 5432. So I have to explicitly set a `-p 5433`
option.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2018-01-15 18:05:47 Re: BUG #15012: psql doesn't use server's default port
Previous Message PG Bug reporting form 2018-01-15 12:56:20 BUG #15011: pgAdmin doesn't connect local server