[COMMITTERS] pgsql: Remove bogus notice that older clients might not work with MD5p

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема [COMMITTERS] pgsql: Remove bogus notice that older clients might not work with MD5p
Дата
Msg-id E1cONw0-0005c7-T6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove bogus notice that older clients might not work with MD5 passwords.

That was written when we still had "crypt" authentication, and it was
referring to the fact that an older client might support "crypt"
authentication but not "md5". But we haven't supported "crypt" for years.
(As soon as we add a new authentication mechanism that doesn't work with
MD5 hashes, we'll need a similar notice again. But this text as it's worded
now is just wrong.)

Backpatch to all supported versions.

Discussion: https://www.postgresql.org/message-id/9a7263eb-0980-2072-4424-440bb2513dc7@iki.fi

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/65a7f190b2537218dcbe47ef9d75fc99adcbe99a

Modified Files
--------------
doc/src/sgml/ref/create_role.sgml | 6 ------
1 file changed, 6 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Allow SSL configuration to be updated at SIGHUP.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Fix hot standby tests for sequence catalog change