Re: Recurring and non recurring events.

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Kevin Waterson <kevin(dot)waterson(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Recurring and non recurring events.
Date: 2015-12-26 17:59:42
Message-ID: 20151226175942.GA4761@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Dec 26, 2015 at 23:03:30 +1100,
Kevin Waterson <kevin(dot)waterson(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gavin Flower 2015-12-26 19:30:58 Re: Recurring and non recurring events.
Previous Message Adrian Klaver 2015-12-26 17:38:32 Re: Postgres Ubuntu Default Package vs Enterprise DB vs Compiled One