We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a244155 commit 1d6c93fCopy full SHA for 1d6c93f
doc/src/sgml/pgcrypto.sgml
@@ -63,7 +63,7 @@ $$ LANGUAGE SQL STRICT IMMUTABLE;
63
64
<synopsis>
65
hmac(data text, key text, type text) returns bytea
66
-hmac(data bytea, key text, type text) returns bytea
+hmac(data bytea, key bytea, type text) returns bytea
67
</synopsis>
68
69
<para>
0 commit comments