Numeric Columns

From: miwalsh <miwalsh(at)vt(dot)edu>
To: pqsql <pgsql-sql(at)postgresql(dot)org>
Subject: Numeric Columns
Date: 2005-09-09 00:43:37
Message-ID: 438F8BE9@zathras
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I need to make a column that is capable of holding numeric values along with
certain modifiers such as "<" or ">". The column needs to be searchable by
numbers. For example, if someone searches for values lower than 10.0 the
column should return the relevant values. However, the column needs to be able
to hold values like "<0.05".

Is this possible or do I have to change the schema?

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2005-09-09 01:09:46 Re: Numeric Columns
Previous Message Tom Lane 2005-09-09 00:16:53 Re: queries problems