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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0720049ce1c8b526c9e63f6d92732cee3d0e0c17
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-08-05T17:04:29Z
Releases: 9.4.19
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

Files

PathChange+/−
doc/src/sgml/pgcrypto.sgml modified +1 −1

Discussion