Re: Range partitioning and overlap - Mailing list pgsql-general

From Tom Lane
Subject Re: Range partitioning and overlap
Date
Msg-id 398613.1605301084@sss.pgh.pa.us
Whole thread Raw
In response to RE: Range partitioning and overlap  (Edson Richter <edsonrichter@hotmail.com>)
Responses RE: Range partitioning and overlap  (Edson Richter <edsonrichter@hotmail.com>)
List pgsql-general
Edson Richter <edsonrichter@hotmail.com> writes:
> Further on the documentation: "When creating a range partition, the lower bound specified with FROM is an inclusive
bound,whereas the upper bound specified with TO is an exclusive bound." 

> I'm pretty sure I cannot find this statement in PostgreSQL 13 documentation page about partitioning. May be this
statementis in another page? 

It's in the CREATE TABLE reference page.  Seems like it would be a good
idea to have it also in ddl.sgml's discussion of partitioning, though.

            regards, tom lane



pgsql-general by date:

Previous
From: Maksim Fomin
Date:
Subject: Restoring database from false update
Next
From: Edson Richter
Date:
Subject: RE: Range partitioning and overlap