Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hQDja-0001Cy-AO for pgsql-advocacy@arkaria.postgresql.org; Mon, 13 May 2019 16:23:26 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hQDjY-0004Sq-ME for pgsql-advocacy@arkaria.postgresql.org; Mon, 13 May 2019 16:23:24 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hQDjY-0004Sj-7o for pgsql-advocacy@lists.postgresql.org; Mon, 13 May 2019 16:23:24 +0000 Received: from mail-oi1-x241.google.com ([2607:f8b0:4864:20::241]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hQDjV-0001P8-98 for pgsql-advocacy@lists.postgresql.org; Mon, 13 May 2019 16:23:23 +0000 Received: by mail-oi1-x241.google.com with SMTP id r136so9787631oie.7 for ; Mon, 13 May 2019 09:23:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bowt-ie.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ik8+j5vUHRmpxTrSZDvIE9f9Y31dicGcpQrkdkzHdkc=; b=Ly5IR5v8AHOl7etWzwYF7eL1eDxNFolzVeG9/G56NEgcoqYRSzMiruYCh3a6knOgL/ UotR4rojoLQOE0mFWIkUwZ9ZxbVVFTg4sh+Qqlg/BhkMYYW84o7ab7MAi+LYRvo3M/8f gf5vLjDzEfWcMl3B1MRVWz1WeIHaSF6JRV7hExFaDQoSFrSYa2D8a7As4L6nb5o8QMAz VP5TlDkmG0Sxngi25pzZtYWOr+QYOtn+NkN/Byv2tiD7BzKubzPuxmaPS+qhf+Wo39rB lTq8kdQRLV/5acYGnPa7hBqOokxU7lo7DJQ4AA1UysKPDK3nmJIxQXuAN5jn7OC2Z+KK iidw== 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=ik8+j5vUHRmpxTrSZDvIE9f9Y31dicGcpQrkdkzHdkc=; b=dFRdKbd9TK2GTZKRGoJVDaWi6cr54AhMxuKSGj4g68XH/VimGn+vdmKgg+pCidU6gy DXYpcPfkgfRjmABtV9YXi4yBjjMFBVEFmvIgHMj1xMzqumaqYyo7n61G1kqdimU2zV/U LWz3vJFdtSMSgtX3RMDvF9bM01Odo9zDHX+Yo0qBsWQ49L4AVkaNigiuILBGrcM2bIG5 wCizxJO/Qd6GvedrWqVFj25kKmb3whqds+EkztiOigQNPIPsIVtUCuIQfPssQvXmTPSy o+9eK/GXThQHrBl2dEz6bYyvG7h5rFLmJq2ZQ2TUeXBh9qibB1hPuQDAFj7tSomlahw7 8dRA== X-Gm-Message-State: APjAAAX+RyrFEoTFp9XKdW0/jlsDNox53J9KopPPp9SmTo756a95//tT EJQ8WlwhDbx1iyOcFhCUfcQV7Xyjd40M8Xoa1yjjeLHQbEw= X-Google-Smtp-Source: APXvYqyExJJ4c6al9g+SyNzJg+sRnitj7H3Pztheh+da0DG3ESTNcn0yEX+8GOe/I/CdeOR7Kk9Xl0cpsL+1TvTPFds= X-Received: by 2002:aca:3287:: with SMTP id y129mr14065805oiy.159.1557764599979; Mon, 13 May 2019 09:23:19 -0700 (PDT) MIME-Version: 1.0 References: <830415f7-78ec-ef7b-0f73-0e810ef87f91@postgresql.org> <397c0d60-dd98-a2b1-13f6-a937a90ecc32@2ndquadrant.com> In-Reply-To: <397c0d60-dd98-a2b1-13f6-a937a90ecc32@2ndquadrant.com> From: Peter Geoghegan Date: Mon, 13 May 2019 09:23:08 -0700 Message-ID: Subject: Re: PostgreSQL 12: Feature Highlights To: Peter Eisentraut Cc: "Jonathan S. Katz" , PostgreSQL Advocacy Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Mon, May 13, 2019 at 9:22 AM Peter Eisentraut wrote: > On 2019-05-12 17:28, Jonathan S. Katz wrote: > > # Feature Highlights > > The ability to create case-insensitive and accent-insensitive collations > is probably of interest to many users. +1 -- Peter Geoghegan