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 1eqJAU-0007Fp-4g for pgsql-docs@arkaria.postgresql.org; Mon, 26 Feb 2018 13:50:14 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1eqJAS-0007G0-S3 for pgsql-docs@arkaria.postgresql.org; Mon, 26 Feb 2018 13:50:12 +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 1eqJAS-0007Fn-M5 for pgsql-docs@lists.postgresql.org; Mon, 26 Feb 2018 13:50:12 +0000 Received: from mail-qk0-x22a.google.com ([2607:f8b0:400d:c09::22a]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eqJAP-0001zy-Ty for pgsql-docs@lists.postgresql.org; Mon, 26 Feb 2018 13:50:12 +0000 Received: by mail-qk0-x22a.google.com with SMTP id y137so19058268qka.4 for ; Mon, 26 Feb 2018 05:50:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=C28wzbEowQ7Qtea1rwnHFh9wVMOFDRhCLyQH2vgH3TU=; b=EUXeexZyQ6ddLRUJkn+0h6LZNEt3fo2w3XjPphqSVlEqwKOFF6vXDHYP07Bxvqv/UE aTGLFq0ENol7CHVkUYBwdIPL2S9Fw+KI5s/DopB7xrxbD1fC/mqivom1DrHfejXGBopL ZdHiY0UCZnxYvF9+dBo++G3+IcMlKGd/Vtaoj4Rtj3w4DgpVmLFuzRQo6sH7biq9SBUm MWT3ctE6EFTeG/6rtEh84jfXdR84C1nb6K+P7TFyIjw2XqRwkUPB/Hv/pt9NEiH0X/iI 9W/Z6qjCWwhGqMRzTqaXdSVOUDtmfqPWkL72jBekmMva6HAmpKKZJlb3AuOhSC7Y/Mkp ibHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=C28wzbEowQ7Qtea1rwnHFh9wVMOFDRhCLyQH2vgH3TU=; b=su9mqTZZZNb0K/t4A1loSfmy9InJa15ZYRdkknPb58mrcgK4yp+gqN6Fsoy+L54f5+ uv2bLj5bZrvzyNpr14xlSu3+bvWN9zJO2GOUwWXul2lc0ljdHhrMQYMhoTNRdP7NqOGP BUuPC7Bkp8qca3A/GWTWXLNocibSGW5QRSeSJq4XP/Vkg6txfhApYeQwFp+7zYHtLZlP lWXL++Fypy3Fw8OrpTalItLwR4xj2Cfk/C0qiPnGNrJZ8NwavK6LfY7P5ucOKoltqqBe wVnT6/gL4IGBEUDrhJx75dmGhEknLO6Q/n6Q6Mm3UNLG3wRopP7AswfKuOV6R/UPFEtO MsCg== X-Gm-Message-State: APf1xPCegJcbEBF8VTSebSLQwZRGqcY5ehKpsJxvrwEC05ZJ/i1oaKUv N9QOSqgEtu5fxxt6lIGfK9qXmDewfbjSyPbEwAaENg== X-Google-Smtp-Source: AG47ELst8T7Fi1YdnbfEpL5VGynvP7WFXtOL2O+8cMAKifLlWCV5aaierBWuXEP0Sk+rN4xLR10WUwHGzFehfCN2vbk= X-Received: by 10.55.207.214 with SMTP id v83mr15870937qkl.287.1519653008320; Mon, 26 Feb 2018 05:50:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.170.20 with HTTP; Mon, 26 Feb 2018 05:50:07 -0800 (PST) In-Reply-To: <151965261562.21248.6807023085541361264@wrigleys.postgresql.org> References: <151965261562.21248.6807023085541361264@wrigleys.postgresql.org> From: "David G. Johnston" Date: Mon, 26 Feb 2018 06:50:07 -0700 Message-ID: Subject: Re: Extra indentation in first line To: Artur Zakirov , pgsql-docs@lists.postgresql.org Content-Type: multipart/alternative; boundary="001a1145b818be2e6c05661dc9a1" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --001a1145b818be2e6c05661dc9a1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Feb 26, 2018 at 6:43 AM, PG Doc comments form < noreply@postgresql.org> wrote: > In some queries there is an extra indentation > =E2=80=8B. > =E2=80=8BI just now noticed the same thing while looking a report on GRANT = syntax. I've spotted checked a couple of other pages and found the same. The "code" blocks housing examples sometimes has extra leading whitespace (indentation).=E2=80=8B We have recently switched to new tooling around the documentation so this appearing now is not that surprising though I don't recall any recent changes and this is the first report of such behavior I've seen. David J. --001a1145b818be2e6c05661dc9a1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, Fe= b 26, 2018 at 6:43 AM, PG Doc comments form <noreply@postgresql.org> wrote:
In some que= ries there is an extra indentation
=E2=80=8B.

=E2=80=8BI just now noticed the same thing while lo= oking a report on GRANT syntax.=C2=A0 I've spotted checked a couple of = other pages and found the same.=C2=A0 The "code" blocks housing e= xamples sometimes has extra leading whitespace (indentation).=E2=80=8B

We have recently switched to new tooling around the docume= ntation so this appearing now is not that surprising though I don't rec= all any recent changes and this is the first report of such behavior I'= ve seen.

David J.

--001a1145b818be2e6c05661dc9a1--