Re: BUG #17740: Connecting postgresql 13 with different psql versions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Anbazhagan M <gopi(dot)anbumech(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17740: Connecting postgresql 13 with different psql versions
Date: 2023-01-10 15:09:54
Message-ID: 265454.1673363394@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Anbazhagan M <gopi(dot)anbumech(at)gmail(dot)com> writes:
> If psql v11 is behaving in a right way, what difference made psql v13 to
> behave in a different way ? Was there any changes done between versions of
> psql v11 and v13 ?

I told you already: I think the relevant difference is the addition of GSS
(i.e. Kerberos or equivalent) support starting in v12. Both versions are
behaving correctly according to their own feature sets. What is missing
is that you need to update your pg_hba.conf to account for the possibility
of GSS-encrypted connections.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Borisov 2023-01-10 15:19:18 Re: [OT] Microsoft: Kubernetes clusters hacked in malware campaign via PostgreSQL
Previous Message Magnus Hagander 2023-01-10 15:07:17 Re: [OT] Microsoft: Kubernetes clusters hacked in malware campaign via PostgreSQL