BUG #11829: pgcrypto doc bug

From: jeff(dot)janes(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #11829: pgcrypto doc bug
Date: 2014-10-30 19:39:30
Message-ID: 20141030193930.6149.49695@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 11829
Logged by: Jeff Janes
Email address: jeff(dot)janes(at)gmail(dot)com
PostgreSQL version: 9.2.9
Operating system: Linux
Description:

pgp_sym_encrypt is documented to have an enable-session-key option.

But that option does not seem to exist, and as far as I can tell it never
has existed.

jjanes=# select pgp_sym_encrypt('foo','bar','enable-session-key=1');
ERROR: Illegal argument to function

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-10-30 20:50:44 Re: BUG #11829: pgcrypto doc bug
Previous Message Tom Lane 2014-10-29 22:15:59 Re: BUG #11638: Transaction safety fails when constraints are dropped and analyze is done