Re: Messy Casts, Is there a better way?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Messy Casts, Is there a better way?
Date: 2002-10-15 18:54:23
Message-ID: Pine.LNX.4.44.0210152041150.928-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Larry Rosenman writes:

> I have a table with the following, in part:
>
> contract_start date
> contract_term int (term in MONTHS)

Store contract_term as interval?

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message george young 2002-10-15 19:16:47 int id's helpful for indexing, or just use text names?
Previous Message Jan Wieck 2002-10-15 18:46:03 Re: SQL function triggers