Re: CREATE SUBSCRIPTION fails with long passwords

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Paul Mansueto Namuag <paulnamuag(at)gmail(dot)com>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Mike Lissner <mlissner(at)michaeljaylissner(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: CREATE SUBSCRIPTION fails with long passwords
Date: 2019-04-25 13:59:21
Message-ID: 11017.1556200761@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Paul Mansueto Namuag <paulnamuag(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Francisco Olarte 2019-04-25 14:03:24 Re: bug: evil autoConcat when each string is on new line
Previous Message Alvaro Herrera 2019-04-25 13:46:23 Re: BUG #15672: PostgreSQL 11.1/11.2 crashed after dropping a partition table