Re: Numeric Columns - Mailing list pgsql-sql

From Tom Lane
Subject Re: Numeric Columns
Date
Msg-id 27364.1126228186@sss.pgh.pa.us
Whole thread Raw
In response to Numeric Columns  (miwalsh <miwalsh@vt.edu>)
List pgsql-sql
miwalsh <miwalsh@vt.edu> writes:
> 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".

contrib/seg might do more or less what you're looking for, but none of
the standard datatypes will.
        regards, tom lane


pgsql-sql by date:

Previous
From: miwalsh
Date:
Subject: Numeric Columns
Next
From: "A. Kretschmer"
Date:
Subject: Re: how to replace