Re: CREATE SUBSCRIPTION fails with long passwords - Mailing list pgsql-bugs

From Tom Lane
Subject Re: CREATE SUBSCRIPTION fails with long passwords
Date
Msg-id 11017.1556200761@sss.pgh.pa.us
Whole thread Raw
In response to Re: CREATE SUBSCRIPTION fails with long passwords  (Paul Mansueto Namuag <paulnamuag@gmail.com>)
Responses Re: CREATE SUBSCRIPTION fails with long passwords  (Mike Lissner <mlissner@michaeljaylissner.com>)
List pgsql-bugs
Paul Mansueto Namuag <paulnamuag@gmail.com> writes:
> Possibly the password might have non-ascii or something causing it to
> unmatched but when stripped off, that non-ascii wasn't included.

Oh --- another variant of that theory, if there's any non-ASCII in the
password, is that you're getting bit by an encoding conversion issue.
That is, whatever the client is sending is in a different encoding
from the way the password was stored.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #15672: PostgreSQL 11.1/11.2 crashed after dropping apartition table
Next
From: Francisco Olarte
Date:
Subject: Re: bug: evil autoConcat when each string is on new line