Thread: minor pgcrypto doc update

minor pgcrypto doc update

From
"Marko Kreen"
Date:
- s/2440/4880/
- mention all built-in hashes
- s/pgcrypto/PostgreSQL/ in one place
- no need to mention 2440bis anymore

Explanation - pgp code was written from the start to conform with
rfc2440bis (now rfc4880), so any mention of 2440 is obsolete.

--
marko

Attachment

Re: minor pgcrypto doc update

From
Magnus Hagander
Date:
On Thu, Jan 17, 2008 at 12:02:06PM +0200, Marko Kreen wrote:
> - s/2440/4880/
> - mention all built-in hashes
> - s/pgcrypto/PostgreSQL/ in one place
> - no need to mention 2440bis anymore
>
> Explanation - pgp code was written from the start to conform with
> rfc2440bis (now rfc4880), so any mention of 2440 is obsolete.

Applied, thanks.

//Magnus