Re: Recurring and non recurring events. - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Recurring and non recurring events.
Date
Msg-id 20151226175942.GA4761@wolff.to
Whole thread Raw
In response to Re: Recurring and non recurring events.  (Kevin Waterson <kevin.waterson@gmail.com>)
List pgsql-general
On Sat, Dec 26, 2015 at 23:03:30 +1100,
  Kevin Waterson <kevin.waterson@gmail.com> wrote:
>Thanks, as I am new to postgres, I was unaware of this function.
>To go with this, I guess I will need a table with which to store intervals,
>start and end dates?

There is are built in range types that might be more efficiebt for
indexing rather than using separate start and stop times. See:
http://www.postgresql.org/docs/9.5/static/rangetypes.html#RANGETYPES-BUILTIN


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Postgres Ubuntu Default Package vs Enterprise DB vs Compiled One
Next
From: Gavin Flower
Date:
Subject: Re: Recurring and non recurring events.