Re: BUG #18262: Connecting ODI

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: nunompintorocha(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18262: Connecting ODI
Date: 2023-12-27 21:15:03
Message-ID: 2745535.1703711703@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> ODI connection failed.
> The authentication type 10 is not supported.

This indicates that your client library doesn't support SCRAM passwords.
Preferably, fix it by getting an updated library; or if there is none,
you're depending on unmaintained software and should think about switching
to something else. In the meantime, as a stopgap you could switch back
to an MD5-hashed password for the role being used.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Richard Guo 2023-12-28 03:03:44 Re: BUG #18260: Unexpected error: "negative bitmapset member not allowed" triggered by multiple JOIN
Previous Message PG Bug reporting form 2023-12-27 16:05:10 BUG #18262: Connecting ODI