Example for intersection operator is wrong - Mailing list pgsql-docs

From etulsky@gmail.com
Subject Example for intersection operator is wrong
Date
Msg-id 20160714162812.1425.65054@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Example for intersection operator is wrong  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.2/static/functions-range.html
Description:

On the page https://www.postgresql.org/docs/9.2/static/functions-range.html
it gives an example for the intersection of range (5,15) and range (10,20)
as [10,15). But 10 isn't included in the second range; the actual output of
this operator is [11,15).

pgsql-docs by date:

Previous
From: srix55@gmail.com
Date:
Subject: hba_conf hostssl clientcert=1 no longer required in 9.4
Next
From: Tom Lane
Date:
Subject: Re: hba_conf hostssl clientcert=1 no longer required in 9.4