BUG #11829: pgcrypto doc bug - Mailing list pgsql-bugs

From jeff.janes@gmail.com
Subject BUG #11829: pgcrypto doc bug
Date
Msg-id 20141030193930.6149.49695@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #11829: pgcrypto doc bug  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      11829
Logged by:          Jeff Janes
Email address:      jeff.janes@gmail.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

pgsql-bugs by date:

Previous
From: casey@cloudera.com
Date:
Subject: BUG #11825: "select lead('literal text') ..." -> could not determine polymorphic type
Next
From: Tom Lane
Date:
Subject: Re: BUG #11829: pgcrypto doc bug