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 1f3tPw-0008M3-DB for pgsql-docs@arkaria.postgresql.org; Thu, 05 Apr 2018 01:10:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f3tPv-0007cl-A6 for pgsql-docs@arkaria.postgresql.org; Thu, 05 Apr 2018 01:10:19 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f3tPv-0007bm-3s for pgsql-docs@lists.postgresql.org; Thu, 05 Apr 2018 01:10:19 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f3tPr-0007DG-Sk for pgsql-docs@postgresql.org; Thu, 05 Apr 2018 01:10:18 +0000 Received: from pool-98-116-99-252.nycmny.fios.verizon.net ([98.116.99.252] helo=ph33r-retina.home) by meldrar.postgresql.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f3tPm-0002sq-H2; Thu, 05 Apr 2018 01:10:13 +0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Blanks in the first line before the first word in the code boxes From: "Jonathan S. Katz" In-Reply-To: <8168ffec-3a23-af64-f9a2-6d8c8b1f2358@2ndquadrant.com> Date: Wed, 4 Apr 2018 21:10:06 -0400 Cc: Magnus Hagander , Tom Lane , Daniel Westermann , pgsql-docs Content-Transfer-Encoding: quoted-printable Message-Id: <5CB17727-5BFE-4455-930A-89882B2432BE@postgresql.org> References: <1237101144.12611.1521809780021.JavaMail.zimbra@dbi-services.com> <5B6B7585-9892-4846-904F-BB5B4A011A7D@postgresql.org> <07C79745-DDD1-4544-B95F-D878A477E898@postgresql.org> <13425.1522330858@sss.pgh.pa.us> <60a39b28-485e-1621-79af-fa01cf43b3c6@2ndquadrant.com> <3f249760-fdf7-edb5-d927-6d5a4a1754d0@2ndquadrant.com> <8168ffec-3a23-af64-f9a2-6d8c8b1f2358@2ndquadrant.com> To: Peter Eisentraut X-Mailer: Apple Mail (2.3273) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk > On Apr 4, 2018, at 8:59 PM, Peter Eisentraut = wrote: >=20 > On 4/4/18 09:21, Jonathan S. Katz wrote: >> The only thing I saw (and this may be something to look at the SGML >> source) was some blocks that looked overly indented, but it was = consistent >> across all versions. On >>=20 >> https://www.postgresql.org/docs/current/static/queries-with.html >>=20 >> If you search for "WITH RECURSIVE search_graph(id, link, data, = depth)=E2=80=9D >> the expression in the CTE is much more indented than similar CTEs = above >> it. >=20 > This was that way in the source. Probably originally 8-space tabs. That was my hunch, but wanted to be triple-sure. > I've fixed it now. Awesome. Thanks! Jonathan