Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1llXOq-00052y-Nj for pgsql-docs@arkaria.postgresql.org; Tue, 25 May 2021 13:47:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1llXOn-0005IU-8s for pgsql-docs@arkaria.postgresql.org; Tue, 25 May 2021 13:47:09 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1llXOn-0005IM-2Z for pgsql-docs@lists.postgresql.org; Tue, 25 May 2021 13:47:09 +0000 Received: from mail-pj1-x1030.google.com ([2607:f8b0:4864:20::1030]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1llXOl-0004qF-50 for pgsql-docs@lists.postgresql.org; Tue, 25 May 2021 13:47:08 +0000 Received: by mail-pj1-x1030.google.com with SMTP id ml1-20020a17090b3601b029015f9b1ebce0so3956187pjb.5 for ; Tue, 25 May 2021 06:47:06 -0700 (PDT) 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 :cc; bh=eiohf7hZ0qtNuhkjiFjXchMAjWJToA/enHWmSzj6XRE=; b=IcGDoAfoYeWp1g6VtJJLONHXRm7xGEfOC08Rdy8PmHhNPHvDwcjBWwDn3oY+YOn98T 2oR8sBX0UaPa4/FKbYpqB8xrBAsgT8nOiYab/0TIVGuvjvdQhu0rfP5csILz2oVZJgl2 LxwmHnRS6+45E3kUwh9e9xME+E42ZnxnJU4G1MmNPzd+pJMJ/VBYEEjCRBiVvj85lyDe 7HX/tpmpb9F89KYejbhcoOdkP6JsCIyMIXT1+XoQQAC21rqQX/mbAjb+cwJGSI+uKjR+ fVBjVOyg2yoILp34pF0THvxNbSwa7VF+9DhPNvJTEJiCQxxyk5/PUorJ4U0hFSTM/jDp 3nBw== 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:cc; bh=eiohf7hZ0qtNuhkjiFjXchMAjWJToA/enHWmSzj6XRE=; b=cilUizxy7S0l5NlZDqEho/3XhzI/vuJUfVMEG2vqh3Y++I2coxoUW2Lfio33qDlDk9 Tj1Y01ASxICwZ8u9TFF9GcKBxL1UfWX5vhJOiTh2GmjPreQb/PX9r6t8oD7a0wCXQUiq yuVyviNPBm4ru7PZt4DO+NLUeBJPpYRxhPrsrIuMikv6Fn3kBnJ+K/gpw7pUHfmZvY2L P2LbmJBYIKd5ATow0e8XItE1hY04niDXKyji2XRSdmiSZGzz67Gq0xkmAR9kpC9Ekr+u YmSLLngINjrCsOwyYOnJBJWGQLu6FglEwdypOLSn8STFulG2u9c5K8pY2H938VjHTquH JlNQ== X-Gm-Message-State: AOAM532gzoAWbpNjo3fg5btwoUORhn2CeNGHR/Xbf2yNQB8pjUQkDId0 qAotmUy0xsDlPJb3+ttZkKJo3IHIrda/BsKY8/E= X-Google-Smtp-Source: ABdhPJyL74M4BZAgjVuvdg3RGctV/6k/asHY1YcdAY63a5+NHN3Y4tRaD3J6cJRNnUdtVu4cbbVMK+mqeBEqaOr9vKQ= X-Received: by 2002:a17:90a:e38a:: with SMTP id b10mr4806066pjz.169.1621950425026; Tue, 25 May 2021 06:47:05 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a17:90a:6ba5:0:0:0:0 with HTTP; Tue, 25 May 2021 06:47:04 -0700 (PDT) In-Reply-To: <20210525131244.GA3048@momjian.us> References: <162191197120.9363.11553444498528139900@wrigleys.postgresql.org> <20210525131244.GA3048@momjian.us> From: "David G. Johnston" Date: Tue, 25 May 2021 06:47:04 -0700 Message-ID: Subject: Re: Duplicate paragraph To: Bruce Momjian Cc: "raspreet800@gmail.com" , "pgsql-docs@lists.postgresql.org" Content-Type: multipart/alternative; boundary="000000000000ed52b105c327c23d" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000ed52b105c327c23d Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tuesday, May 25, 2021, Bruce Momjian wrote: > On Mon, May 24, 2021 at 09:35:49PM -0700, David G. Johnston wrote: > > On Monday, May 24, 2021, PG Doc comments form > wrote: > > > > Right up to the end of section 4.1.1, is > > almost copied word-by-word in section 4.1.2.3 - String Constants Wi= th > > Unicode Escapes. > > > > > > > > They are two different things, as evidenced by there being two differen= t > > sections with different section headings, that use the same fundamental > writing > > rules. > > We have gotten reports about this perceived duplication before --- not > sure how we can improve things. > Two this year but none the previous 4 sound about right? I=E2=80=99m up to= the challenge of fixing it if avoiding this type of report is the goal. David J. --000000000000ed52b105c327c23d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tuesday, May 25, 2021, Bruce Momjian <bruce@momjian.us> wrote:
On M= on, May 24, 2021 at 09:35:49PM -0700, David G. Johnston wrote:
> On Monday, May 24, 2021, PG Doc comments form <noreply@postgresql.org> wrote:
>
>=C2=A0 =C2=A0 =C2=A0Right up to the end of section 4.1.1, is
>=C2=A0 =C2=A0 =C2=A0almost copied word-by-word in section 4.1.2.3 - Str= ing Constants With
>=C2=A0 =C2=A0 =C2=A0Unicode Escapes.
>
>
>
> They are two different things, as evidenced by there being two differe= nt
> sections with different section headings, that use the same fundamenta= l writing
> rules.

We have gotten reports about this perceived duplication before --- not
sure how we can improve things.

Two this year but none the previous 4 soun= d about right?=C2=A0 I=E2=80=99m up to the challenge of fixing it if avoidi= ng this type of report is the goal.

David J.=C2=A0=
--000000000000ed52b105c327c23d--