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 1jKQGa-0000Ed-Kl for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Apr 2020 17:38:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jKQGZ-0000eb-Is for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Apr 2020 17:38:03 +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 1jKQGZ-0000eU-9I for pgsql-hackers@lists.postgresql.org; Fri, 03 Apr 2020 17:38:03 +0000 Received: from mail-yb1-xb2d.google.com ([2607:f8b0:4864:20::b2d]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jKQGX-00025s-6k for pgsql-hackers@postgresql.org; Fri, 03 Apr 2020 17:38:02 +0000 Received: by mail-yb1-xb2d.google.com with SMTP id c13so4660164ybp.9 for ; Fri, 03 Apr 2020 10:38:01 -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=cWiLz3WTmEFFxSsD1rps2tu4cb4lnQ/E49wWhQmrO7s=; b=lnGEGChiSGdkR+uB/NZ4Q4ww6Z+Wpr5v/ZhcdkNImSXUl2xvp3bitJD2ub8xRwxoHg FYG3CW/s5Ih82dcQzPsuUvHF6ZgEcueJXpaqA1RCaSTAdwy8Mag7I+IslSAeIHzWi23d iSLtTII4raOHIV83GpBYQaTI5sgQHxc6/uhoaGVL3zvmgUOZZJtVH0y7kwVndf+upXae 9rLd8OG23C01I+Y3oZ/4Y/5ZCN4XewjqwZKoPVFqXOSmbVE0syJE39J/q9/jfM5FLTDd kIf7dxgmapQcL8uFBNpfCeEm1B0If0rGT2AU0cd9DQoQo+J+aV3A/gjsCz2DHtmS21bn 5jRg== 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=cWiLz3WTmEFFxSsD1rps2tu4cb4lnQ/E49wWhQmrO7s=; b=oz6suv3w/YAL7rsXJNdo042gW3icNANbsI4qlcZ/yXWbwSM/TTbgBGb21/YWVHRm1b lXwS54Fb1lF1DEzif+gtvh1BAWN3pcjIOPCdkWmhgY8cozMW9rM95aftCfkeA8ckur2l wUvi+lYRV9DCM6UFuy31mZ9CUYth8syku7hn8cWJLeiFN4wmhOhohSVN9HvWnReWhRsF o/bDltCmTrYUboqYHDLfHvyRfdkTL2t5QoeK4hAZYifGEp7ZiH3gcfNucT4g3oTRaj0O lKjegr5dDj7oVz2/nKTe5JCLukdgF+2xQn5+M+YEZnXoeu3c6o+X4a+AhMgaVcIsrCXY ROmg== X-Gm-Message-State: AGi0PuZBe7KYTLNSwcdDoU3+UpxEig2RV5tQV9JPBkDK2VKpXopIF9Yf uaGbufK+EoZ+zBggv/lEsWh+stLOuH5X996Razs= X-Google-Smtp-Source: APiQypLGKZIadzUX9YkNdp3UKiMOFQ8G0RLkjxdFH3LNpNSy9fXqOioy7RDqMkSwqPTfGaNU1VmsDnptw8sjddulkjY= X-Received: by 2002:a25:e712:: with SMTP id e18mr16159606ybh.37.1585935479404; Fri, 03 Apr 2020 10:37:59 -0700 (PDT) MIME-Version: 1.0 References: <20200402222639.GI14618@telsasoft.com> <20200403164513.GA25722@alvherre.pgsql> In-Reply-To: From: Roger Harkavy Date: Fri, 3 Apr 2020 13:37:47 -0400 Message-ID: Subject: Re: Add A Glossary To: Corey Huinker Cc: Alvaro Herrera , Justin Pryzby , =?UTF-8?Q?J=C3=BCrgen_Purtz?= , pgsql-hackers@postgresql.org, Fabien COELHO , Michael Paquier Content-Type: multipart/alternative; boundary="000000000000e2fba205a26660ae" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000e2fba205a26660ae Content-Type: text/plain; charset="UTF-8" On Fri, Apr 3, 2020 at 1:34 PM Corey Huinker wrote: > Thanks for all your work on this! > And to add on to Corey's message of thanks, I also want to thank everyone for their input and assistance on that. I am very grateful for the opportunity to contribute to this project! --000000000000e2fba205a26660ae Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Fri, Apr 3, 2020 at 1:34 PM Corey Huinker <corey.huinker@gmail.com> wrote:
Thanks for all your work on this!=C2=A0

And to add on to Corey'= s message of thanks, I also want to thank everyone for their input and assi= stance on that. I am very grateful for the opportunity to contribute to thi= s project!
--000000000000e2fba205a26660ae--