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 1f31rp-0000Lm-No for pgsql-docs@arkaria.postgresql.org; Mon, 02 Apr 2018 15:59:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f31ro-0001aL-26 for pgsql-docs@arkaria.postgresql.org; Mon, 02 Apr 2018 15:59:32 +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 1f31rn-0001aB-Rs for pgsql-docs@lists.postgresql.org; Mon, 02 Apr 2018 15:59:31 +0000 Received: from out5-smtp.messagingengine.com ([66.111.4.29]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f31rj-0003UJ-Vj; Mon, 02 Apr 2018 15:59:30 +0000 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 861D42133A; Mon, 2 Apr 2018 11:59:25 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Mon, 02 Apr 2018 11:59:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=zz7rDF x1Ztl1usEq3gK6ajSkt85Xzjq7P77lm8Rvthg=; b=Qql1sR/GZOgWs9sLWp7hHB KfHxw5wsBpA2bbBURBtKUBi2uuRTIpv5OP4qe6W47His+RWITzVunjHoHbRHCbVB yoDAQ2g0Xh/3P7LJk+PpHKBKeXHGNz2d5JeKzrJGYPPKS9iSyd6vqE8PlQ+3NpS4 +uXA3D5GShpqGyQ79n5nIi8kpktkloG+XmitMtsYdrp4zTKfQNJwSKmBEGA5PBlN 3S9HJ4eyi6QZAJqeHq6JoXt9KTjisbvL50cZT8wzbFkXhw1ScTYV3rH/PbvtGA3x v2maQ6252Yw7jMqfRoJwakXaSUVhw8P59KCPkp5XibjvPF75pOtZtngckF/D0OHw == X-ME-Sender: Received: from april.local (c-73-13-66-39.hsd1.pa.comcast.net [73.13.66.39]) by mail.messagingengine.com (Postfix) with ESMTPA id 3D28010263; Mon, 2 Apr 2018 11:59:25 -0400 (EDT) Subject: Re: Blanks in the first line before the first word in the code boxes To: Magnus Hagander , Tom Lane 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> Cc: "Jonathan S. Katz" , Daniel Westermann , pgsql-docs From: Peter Eisentraut Organization: 2ndQuadrant Message-ID: <60a39b28-485e-1621-79af-fa01cf43b3c6@2ndquadrant.com> Date: Mon, 2 Apr 2018 11:59:24 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 4/1/18 11:55, Magnus Hagander wrote: > However, why does devel work fine when the others are broken. It's the > exact same code that's run to load the docs. The *input* to the loader > must also be different at some point. In devel, the raw HTML output looks like ...
ALTER FOREIGN TABLE [ IF EXISTS ] [ ONLY ] ...

(with a line break)

but before it looks like

... 
ALTER FOREIGN TABLE [ IF EXISTS ] [ ONLY ] ...

(without a line break).

So maybe some part of the processing code thinks it should do some kind
of "indentation" here.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services