Re: Time range

From: Thomas Kellerer <shammat(at)gmx(dot)net>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Time range
Date: 2019-05-31 15:39:50
Message-ID: 9063d6a4-7e96-632f-bfe0-d275f24a3285@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Donald Shtjefni schrieb am 31.05.2019 um 13:35:
> I was wondering why there is not a type Range of time without time zone, I think it may be useful for someone, Is good if i do PR.

you can easily create one:

create type timerange as range (subtype = time);

Thomas

In response to

  • Time range at 2019-05-31 06:35:31 from Donald Shtjefni

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-05-31 16:44:20 Re: incorrect xlog.c coverage report
Previous Message James Coleman 2019-05-31 15:29:24 Re: [PATCH] Incremental sort (was: PoC: Partial sort)