pgsql: doc: Remove dead link

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Remove dead link
Date: 2014-09-04 18:16:50
Message-ID: E1XPbaU-00031E-ML@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Remove dead link

The link to the NIST web page about DES standards leads to nowhere, and
according to archive.org has been forwarded to an unrelated page for
many years. Therefore, just remove that link. More up to date
information can be found via Wikipedia, for example.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8b896abe8eb5ff85ba92710e4a1f0f28097d3ac3

Modified Files
--------------
doc/src/sgml/pgcrypto.sgml | 4 ----
1 file changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-09-05 02:41:10 pgsql: Add tab-completion for reloptions like user_catalog_table.
Previous Message Fujii Masao 2014-09-04 17:32:56 pgsql: Fix segmentation fault that an empty prepared statement could ca