Re: Incorrect argument type documented for hmac function - Mailing list pgsql-docs

From Tom Lane
Subject Re: Incorrect argument type documented for hmac function
Date
Msg-id 11933.1533488339@sss.pgh.pa.us
Whole thread Raw
In response to Incorrect argument type documented for hmac function  (PG Doc comments form <noreply@postgresql.org>)
List 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 by date:

Previous
From: PG Doc comments form
Date:
Subject: Incorrect argument type documented for hmac function
Next
From: Tom Lane
Date:
Subject: Release note trimming: another modest proposal