Re: overlapping ranges

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: nicholas(dot)farrell(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org, PG Doc comments form <noreply(at)postgresql(dot)org>
Subject: Re: overlapping ranges
Date: 2018-01-20 22:26:37
Message-ID: ee403eb1-ed28-432e-b806-940e7a7acae1@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 1/20/18 15:58, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/10/static/ddl-partitioning.html
> Description:
>
> In the date partitioning example the first and last dates are the first of
> the month, which will cause conflicts. The last date needs to be the final
> day of the same month.

I don't think so, because the upper bound of the range is not included
in the range.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Nick Farrell 2018-01-20 22:39:48 Re: overlapping ranges
Previous Message PG Doc comments form 2018-01-20 20:58:32 overlapping ranges