Re: Is there still password max length restrictions in PG?

Поиск
Список
Период
Сортировка
От Sean
Тема Re: Is there still password max length restrictions in PG?
Дата
Msg-id tencent_DDB8F58E4291FA8FB5AD82AE317519A77E07@qq.com
обсуждение исходный текст
Ответ на Re: Is there still password max length restrictions in PG?  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: Things I don't like about \du's "Attributes" column  (Wen Yi <wen-yi@qq.com>)
Список pgsql-hackers
Thanks Daniel.  
That's a big help to me!

------------------ Original ------------------
From: "Daniel Gustafsson" <daniel@yesql.se>;
Date: Mon, Mar 18, 2024 09:49 PM
To: "Sean"<iihero@qq.com>;
Cc: "pgsql-hackers"<pgsql-hackers@lists.postgresql.org>;
Subject: Re: Is there still password max length restrictions in PG?

> On 18 Mar 2024, at 14:43, Sean <iihero@qq.com> wrote:
>
> Hi,
> Thanks for your information.  Even using SCRAM,  when specified the content of "password",  still there is a basic request about the length of it.  From the source code, seems there is no restriction, right? 

SCRAM stores a hashed fixed-size representation of the password, so there is no
restriction in terms of length on the user supplied secret.

--
Daniel Gustafsson

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Is there still password max length restrictions in PG?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: speed up a logical replica setup