pgsql: Doc: fix incorrectly stated argument list for pgcrypto's hmac()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix incorrectly stated argument list for pgcrypto's hmac()
Date: 2018-08-05 17:04:56
Message-ID: E1fmMSe-0002SG-2N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix incorrectly stated argument list for pgcrypto's hmac() function.

The bytea variant takes (bytea, bytea, text).
Per unsigned report.

Discussion: https://postgr.es/m/153344327294.1404.654155870612982042@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a3274e0d28871f25c4c76e335b39766d7e5be07c

Modified Files
--------------
doc/src/sgml/pgcrypto.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-08-05 20:39:15 pgsql: Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.
Previous Message Heikki Linnakangas 2018-08-05 14:18:10 pgsql: Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.