Incorrect argument type documented for hmac function

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Incorrect argument type documented for hmac function
Дата
Msg-id 153344327294.1404.654155870612982042@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Incorrect argument type documented for hmac function
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/pgcrypto.html
Description:

This line in the document:

hmac(data bytea, key text, type text) returns bytea

Incorrectly lists the key as type text when it is also bytea.  The line
should read:

hmac(data bytea, key bytea, type text) returns bytea

Thank you!

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

Предыдущее
От: Daniel Westermann
Дата:
Сообщение: 66.3. Free Space Map
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Incorrect argument type documented for hmac function