Incorrect argument type documented for hmac function

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: x(dot)postgresqldocs(at)alanfairless(dot)com
Subject: Incorrect argument type documented for hmac function
Date: 2018-08-05 04:27:52
Message-ID: 153344327294.1404.654155870612982042@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2018-08-05 16:58:59 Re: Incorrect argument type documented for hmac function
Previous Message Daniel Westermann 2018-08-03 11:37:38 66.3. Free Space Map