Re: tinterval or interval

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mike Castle <dalgoda(at)ix(dot)netcom(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: tinterval or interval
Date: 2000-11-24 20:03:44
Message-ID: 17135.975096224@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Mike Castle <dalgoda(at)ix(dot)netcom(dot)com> writes:
> Are these "supported" functions? Should I feel safe in using them and they
> won't go away in the future?

Thomas Lockhart would be the authority on this, but my impression is
that tinterval is deprecated and will eventually go away in favor of
the SQL-standard interval type. If you've found functions that exist
for tinterval and not for interval, then that's an item for the TODO
list --- please submit details.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mike Castle 2000-11-24 20:52:31 Re: tinterval or interval
Previous Message Mike Castle 2000-11-24 18:47:38 Re: tinterval or interval