On Fri, Nov 13, 2020 at 2:08 PM Edson Richter <edsonrich...@hotmail.com> wrote:
> *De:* Tom Lane <t...@sss.pgh.pa.us> > *Enviado:* sexta-feira, 13 de novembro de 2020 17:58 > *Para:* Edson Richter <edsonrich...@hotmail.com> > *Cc:* David G. Johnston <david.g.johns...@gmail.com>; pgsql-general < > pgsql-gene...@postgresql.org> > *Assunto:* Re: Range partitioning and overlap > > Edson Richter <edsonrich...@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 statement is 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. > > Patch thread with commit: https://www.postgresql.org/message-id/dm6pr13mb3988736cf8f5dc5720440231cf...@dm6pr13mb3988.namprd13.prod.outlook.com David J.