Is there still password max length restrictions in PG?

Поиск
Список
Период
Сортировка
От Sean
Тема Is there still password max length restrictions in PG?
Дата
Msg-id tencent_0CACFEAEF59B4288FAE8B5F48299312E9907@qq.com
обсуждение исходный текст
Ответ на Re: Things I don't like about \du's "Attributes" column  (Pavel Luzanov <p.luzanov@postgrespro.ru>)
Ответы Re: Is there still password max length restrictions in PG?  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
Hi All,

Just noticed that the definition:
postgres=# \d pg_shadow
.....
 usebypassrls | boolean                  |           |          |
 passwd       | text                     | C         |          |
.....
Looks like there is no length restriction for the password of a user.

And in the code change history,  67a472d71c ("Remove arbitrary restrictions on password length.", 2020-09-03) 
seems having removed the length restriction.  (in the  history,  there is 100 or even max length of 1024.)

So,  here,  just a minor question,  can we consider there is no max length restriction for the password of a user? 
Need some document to make a clarification or suggestion to the user?

BR,
Sean He (iihero@qq.com)

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

Предыдущее
От: Matthias van de Meent
Дата:
Сообщение: Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan
Следующее
От: Michał Kłeczek
Дата:
Сообщение: Re: Alternative SAOP support for GiST