Re: How to get an inclusive interval when using daterange - Mailing list pgsql-general

From hmidi slim
Subject Re: How to get an inclusive interval when using daterange
Date
Msg-id CAMsqVxu21bqOWfXGcT2zK9QRJNzmH-=7=+W-tjATHC3X-yyKXg@mail.gmail.com
Whole thread Raw
In response to How to get an inclusive interval when using daterange  (hmidi slim <hmidi.slim2@gmail.com>)
Responses Re: How to get an inclusive interval when using daterange  (Paul Jungwirth <pj@illuminatedcomputing.com>)
List pgsql-general
HI,
I tried insert into availability values ('product x', '[2018-02-02,2018-03-01]'::daterange); and I got the same result such as insert into availability values ('product x', daterange('2018-02-02', '2018-03-01', '[]').

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: is pg_advisory_lock() suitable for long runs
Next
From: Paul Jungwirth
Date:
Subject: Re: How to get an inclusive interval when using daterange