Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gH4M5-00010B-0r for pgsql-docs@arkaria.postgresql.org; Mon, 29 Oct 2018 10:01:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gH4M2-0007LD-M1 for pgsql-docs@arkaria.postgresql.org; Mon, 29 Oct 2018 10:01:02 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gH4M2-0007KR-D7 for pgsql-docs@lists.postgresql.org; Mon, 29 Oct 2018 10:01:02 +0000 Received: from smtp.outgoing.loopia.se ([194.9.95.112]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gH4Lq-0005h0-4v for pgsql-docs@lists.postgresql.org; Mon, 29 Oct 2018 10:01:01 +0000 Received: from s554.loopia.se (localhost [127.0.0.1]) by s554.loopia.se (Postfix) with ESMTP id D789D1F1F72A for ; Mon, 29 Oct 2018 11:00:44 +0100 (CET) Received: from s500.loopia.se (unknown [172.21.200.98]) by s554.loopia.se (Postfix) with ESMTP id B89FC79E970; Mon, 29 Oct 2018 11:00:44 +0100 (CET) Received: from s404.loopia.se (unknown [172.21.200.105]) by s500.loopia.se (Postfix) with ESMTP id B2964A7C5CD; Mon, 29 Oct 2018 11:00:44 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s500.loopia.se ([172.21.200.105]) by s404.loopia.se (s404.loopia.se [172.21.200.134]) (amavisd-new, port 10024) with LMTP id Nv-Qquzzx4Uo; Mon, 29 Oct 2018 11:00:44 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 85.228.38.16 Received: from [192.168.1.64] (c-1026e455.027-294-73746f71.bbcust.telenor.se [85.228.38.16]) (Authenticated sender: daniel@yesql.se) by s500.loopia.se (Postfix) with ESMTPSA id 2A0F3A7C5C4; Mon, 29 Oct 2018 11:00:44 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: Change pg_attribute textual link to an actual link From: Daniel Gustafsson In-Reply-To: <20181029073954.GK14242@paquier.xyz> Date: Mon, 29 Oct 2018 11:00:43 +0100 Cc: Tom Lane , pgsql-docs@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <0E8748E3-8B7D-445E-9ABA-09DA5C7345CC@yesql.se> <80062.1540164441@sss.pgh.pa.us> <5ABDB96A-B369-4954-AAE0-1354CBBB305F@yesql.se> <20181029073954.GK14242@paquier.xyz> To: Michael Paquier X-Mailer: Apple Mail (2.3445.9.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk > On 29 Oct 2018, at 08:39, Michael Paquier wrote: >=20 > On Mon, Oct 22, 2018 at 12:09:41PM +0200, Daniel Gustafsson wrote: >> I think your latter suggestion pretty much covers all we need, so = updated the >> patch with that too. >=20 > Both the patch and the suggestions made look good to me, so committed. Thanks! I updated the status in the CF app to Committed. cheers ./daniel=