Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1so9za-008kI5-M2 for pgsql-general@arkaria.postgresql.org; Tue, 10 Sep 2024 23:09:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1so9zZ-004JoF-KB for pgsql-general@arkaria.postgresql.org; Tue, 10 Sep 2024 23:09:49 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1so9wJ-004BYL-Uu for pgsql-general@lists.postgresql.org; Tue, 10 Sep 2024 23:06:27 +0000 Received: from smtp64.iad3b.emailsrvr.com ([146.20.161.64]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1so9wG-000Xl7-Fp for pgsql-general@postgresql.org; Tue, 10 Sep 2024 23:06:27 +0000 X-Auth-ID: xof@thebuild.com Received: by smtp1.relay.iad3b.emailsrvr.com (Authenticated sender: xof-AT-thebuild.com) with ESMTPSA id 3F90C6027D; Tue, 10 Sep 2024 19:06:24 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.600.62\)) Subject: Re: Overlapping values (?) in multi-column partitioned tables From: Christophe Pettus In-Reply-To: Date: Tue, 10 Sep 2024 16:05:54 -0700 Cc: Laurenz Albe , pgsql-general Content-Transfer-Encoding: 7bit Message-Id: <63BBA49E-7727-4FCD-B3B4-4C71146FAC0D@thebuild.com> References: <2FAC43EB-7E04-476A-BEBE-39CDBCA0EDCC@thebuild.com> To: David Rowley X-Mailer: Apple Mail (2.3774.600.62) X-Classification-ID: 8911b0a2-bfaa-4929-9253-22323bbb4868-2-1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On Sep 10, 2024, at 16:02, David Rowley wrote: > > (it seems strange to always have MINVALUE and MAXVALUE as the range. > I'm guessing that was just an example.) Correct.