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 1jTsoN-00055Y-Ei for pgsql-hackers@arkaria.postgresql.org; Wed, 29 Apr 2020 19:56:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jTsoM-0005XX-CX for pgsql-hackers@arkaria.postgresql.org; Wed, 29 Apr 2020 19:56:02 +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 1jTsoM-0005XQ-48 for pgsql-hackers@lists.postgresql.org; Wed, 29 Apr 2020 19:56:02 +0000 Received: from mail-ej1-x634.google.com ([2a00:1450:4864:20::634]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jTsoJ-0006V0-Cq for pgsql-hackers@postgresql.org; Wed, 29 Apr 2020 19:56:01 +0000 Received: by mail-ej1-x634.google.com with SMTP id x1so2625814ejd.8 for ; Wed, 29 Apr 2020 12:55:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=exc3c7ah9jeADZYeMfehvfVvfuPnX0odeG9/qA1lYDI=; b=KLWGzMcnjd/wBbHrnE24d/jByK5vf0OMMPhiN9u23Eh++Bed/fWASPBK37WqOktuj5 zntCGOgIBq7Vf/Fw2QCPnbk/HhlsdWMiGeWskP5fAGv120hnqYJngZvsgxiHJXFifjIH rVDqhtgW2b9SZ/moEDyQ9ap9Xa8yRSp816J7ONW5JLrbj3GAm0AahCKUN66azG+bvJrs +CEtL7Oi5W9UTgYluU/3loD639tANS1qIDCHM53AUTr1Xnqp9FDFci1jSZ+uvuFPhrXD BDBgXKTVJfymJGz/yte8Zrz0cbc6ogZNlRPPqGC5K/gBEY9Evl3cqXAhv/JUyvZ/rgmZ HTyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=exc3c7ah9jeADZYeMfehvfVvfuPnX0odeG9/qA1lYDI=; b=QVNPkmJiZn61WPS7T4Ab5Lkt4kQQU8Aw7VcJ2HXz6Roy5sD0B2gXdj4RpicEHBqrvi Ir4AnI723mZ/aDr4BxcLeUY7KkdWcP4Vi4+Txu8y6VMkRdAiersZuBwTpM+dGxzr7J8i vh9xQXQtVE5dLr0jr/urlmP2sqHUQ0wFxZhYjb+FH9UFNUnO7nDN1RHA1A9bk6PlCV2I cKnqYEj9BDtabsC3PewqIWVTaxq983YYbkrLS60LR5w1LaVCRvgXx9BIdhqfUG1KwJJy C4yLp0uoMpDTsgILJ4XdxDJba095fiUzZdRgujMwkdEIDXhJoKyAd4ORBEzAsg8vfyZm MriA== X-Gm-Message-State: AGi0PubwTGCfWA+GiHFOCRJ7H76G7OO+c0JjyjxsbN3u4I+AcTXFBoxI IK561sRXW0jcRs2Fb/0fHWCwx4GQUhJWStxOlV8NGlQb9Tw= X-Google-Smtp-Source: APiQypJ+qXfMKx3hk7id3sTrVpc+jVfng011ztU8u/y5UVib0NHTzar9hOyxOyYuDvf/OOtCU/d/YvczVSnf+2qhvFM= X-Received: by 2002:a17:906:8609:: with SMTP id o9mr4339755ejx.361.1588190157441; Wed, 29 Apr 2020 12:55:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Corey Huinker Date: Wed, 29 Apr 2020 15:55:45 -0400 Message-ID: Subject: Re: Add A Glossary To: Peter Eisentraut Cc: pgsql-hackers@postgresql.org Content-Type: multipart/alternative; boundary="0000000000002b90ed05a4735622" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000002b90ed05a4735622 Content-Type: text/plain; charset="UTF-8" On Wed, Apr 29, 2020 at 3:15 PM Peter Eisentraut < peter.eisentraut@2ndquadrant.com> wrote: > Why are all the glossary terms capitalized? Seems kind of strange. > > They weren't intended to be, and they don't appear to be in the page I'm looking at. Are you referring to the anchor like in https://www.postgresql.org/docs/devel/glossary.html#GLOSSARY-RELATION ? If so, that all-capping is part of the rendering, as the ids were all named in all-lower-case. --0000000000002b90ed05a4735622 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Wed, Apr 29, 2020 at 3:15 PM Peter Eis= entraut <peter.eisen= traut@2ndquadrant.com> wrote:
Why are all the glossary te= rms capitalized?=C2=A0 Seems kind of strange.


=
They weren't intended to be, and they don't appear to be= in the page I'm looking at. Are you referring to the anchor like in=C2= =A0https://www.postgresql.org/docs/devel/glossary.html#GLOSSARY-RELA= TION ? If so, that all-capping is part of the rendering, as the ids wer= e all named in all-lower-case.
=C2=A0
--0000000000002b90ed05a4735622--