Re: PG10 declarative partitioning that allow null value - Mailing list pgsql-general

From Tom Lane
Subject Re: PG10 declarative partitioning that allow null value
Date
Msg-id 1365.1555384221@sss.pgh.pa.us
Whole thread Raw
In response to Re: PG10 declarative partitioning that allow null value  (Soni <diptatapa@gmail.com>)
List pgsql-general
Soni <diptatapa@gmail.com> writes:
>> currently we are planning to migrate inheritance partitioning to 
>> declarative partitioning by range values of int on pg10. But the key 
>> values can contain null. I know that range partitioning does not allow 
>> null values.

In v11 you could use a default partition ...

            regards, tom lane



pgsql-general by date:

Previous
From: Soni
Date:
Subject: Re: PG10 declarative partitioning that allow null value
Next
From: "Takahashi, Ryohei"
Date:
Subject: RE: SQLSTATE when PostgreSQL crashes during COMMIT statement