Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1XPHyr-0002FK-L4 for pgsql-docs@arkaria.postgresql.org; Wed, 03 Sep 2014 21:20:41 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1XPHyq-0002dC-Ix for pgsql-docs@arkaria.postgresql.org; Wed, 03 Sep 2014 21:20:40 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1XPHyn-0002X2-85 for pgsql-docs@postgresql.org; Wed, 03 Sep 2014 21:20:37 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1XPHyi-00029n-T5 for pgsql-docs@postgresql.org; Wed, 03 Sep 2014 21:20:35 +0000 Received: from bruce by momjian.us with local (Exim 4.72) (envelope-from ) id 1XPHyg-0003oG-Ek; Wed, 03 Sep 2014 17:20:30 -0400 Date: Wed, 3 Sep 2014 17:20:30 -0400 From: Bruce Momjian To: Peter Eisentraut Cc: pgsql-docs Subject: Re: dead ISBN link Message-ID: <20140903212030.GC13008@momjian.us> References: <1399424458.5361.6.camel@vanquo.pezone.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="aT9PWwzfKXlsBJM1" Content-Disposition: inline In-Reply-To: <1399424458.5361.6.camel@vanquo.pezone.net> User-Agent: Mutt/1.5.20 (2009-06-14) X-Pg-Spam-Score: -3.6 (---) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --aT9PWwzfKXlsBJM1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, May 6, 2014 at 09:00:58PM -0400, Peter Eisentraut wrote: > The following URL linked to in isn.sgml has disappeared: > > http://www.isbn-international.org/en/identifiers.html > > Apparently, they reorganized their web site. > > Could someone familiar with the matter find the new location for this > material? I found three URLs to replace the non-existant URL. Attached patch applied to head and 9.4. Thanks for the report. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. + --aT9PWwzfKXlsBJM1 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="isn.diff" diff --git a/doc/src/sgml/isn.sgml b/doc/src/sgml/isn.sgml new file mode 100644 index 4a2e7da..c1da702 *** a/doc/src/sgml/isn.sgml --- b/doc/src/sgml/isn.sgml *************** SELECT isbn13(id) FROM test; *** 364,370 **** The prefixes used for hyphenation were also compiled from: ! --- 364,372 ---- The prefixes used for hyphenation were also compiled from: ! ! ! --aT9PWwzfKXlsBJM1 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs --aT9PWwzfKXlsBJM1--