Re: Incorrect argument type documented for hmac function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Incorrect argument type documented for hmac function
Дата
Msg-id 11933.1533488339@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Incorrect argument type documented for hmac function  (PG Doc comments form <noreply@postgresql.org>)
Список pgsql-docs
=?utf-8?q?PG_Doc_comments_form?= <noreply@postgresql.org> writes:
> 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

Indeed.  Thanks for catching that!

            regards, tom lane


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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Incorrect argument type documented for hmac function
Следующее
От: Tom Lane
Дата:
Сообщение: Release note trimming: another modest proposal