pgcrypto Documentation/Function Mismatch

From: Gary Chambers <gwchamb(at)gwcmail(dot)com>
To: PostgreSQL General Mailing List <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: pgcrypto Documentation/Function Mismatch
Date: 2018-01-29 21:18:14
Message-ID: alpine.DEB.2.20.1801291609410.31185@websrv.gogca.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-general by date

  From Date Subject
Next Message Ibrahim Edib Kokdemir 2018-01-29 21:38:02 best way to storing logs
Previous Message Pritam Barhate 2018-01-29 20:36:10 Re: Using AWS ephemeral SSD storage for production database workload?