Re: text and numeric

From: "Marin Dimitrov" <marin(dot)dimitrov(at)sirma(dot)bg>
To: "Masse Jacques" <jacques(dot)masse(at)bordeaux(dot)cemagref(dot)fr>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: text and numeric
Date: 2002-04-05 09:35:53
Message-ID: 000b01c1dc85$4820ba30$9b0e32d4@sirma.bg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


we use (b) with additional column VALUE_TYPE to give u a hint where the data
actually is

>
> a--------------
> param_name value(text)
> 'length' 30
> 'color' green
>
> with type casting on the queries or
>
> b--------------
> param_name value(text) value(numeric)
> 'length' 30
> 'color' green
>
> with some function for the choice of the column ?
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message impala 2002-04-05 10:21:19 auto increment primary key
Previous Message Masse Jacques 2002-04-05 09:10:53 text and numeric