Re: Incorrect argument type documented for hmac function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: x(dot)postgresqldocs(at)alanfairless(dot)com
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Incorrect argument type documented for hmac function
Date: 2018-08-05 16:58:59
Message-ID: 11933.1533488339@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

=?utf-8?q?PG_Doc_comments_form?= <noreply(at)postgresql(dot)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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2018-08-05 22:57:21 Release note trimming: another modest proposal
Previous Message PG Doc comments form 2018-08-05 04:27:52 Incorrect argument type documented for hmac function