pgcrypto Documentation/Function Mismatch - Mailing list pgsql-general

From Gary Chambers
Subject pgcrypto Documentation/Function Mismatch
Date
Msg-id alpine.DEB.2.20.1801291609410.31185@websrv.gogca.com
Whole thread Raw
List pgsql-general
Hello,

I wanted to pass along a pgcrypto documentation/function definition
mismatch in (at least) v9.3 and v9.6.

The mismatch occurs in the hmac function definition:

Documentation:

hmac(data bytea, key text, type text) returns bytea

As defined in 9.3.17 and 9.6.6:

                         List of functions
Schema | Name | Result data type | Argument data types |  Type 
-------+------+------------------+---------------------+--------
tools  | hmac | bytea            | bytea, bytea, text  | normal

--
G.


pgsql-general by date:

Previous
From: Pritam Barhate
Date:
Subject: Re: Using AWS ephemeral SSD storage for production database workload?
Next
From: Ibrahim Edib Kokdemir
Date:
Subject: best way to storing logs