Re: Sort question - Fractions, Metric etc - Mailing list pgsql-general

From Tom Lane
Subject Re: Sort question - Fractions, Metric etc
Date
Msg-id 160750.1628960582@sss.pgh.pa.us
Whole thread Raw
In response to Re: Sort question - Fractions, Metric etc  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Sort question - Fractions, Metric etc  (Sándor Daku <daku.sandor@gmail.com>)
List pgsql-general
Adrian Klaver <adrian.klaver@aklaver.com> writes:
> On 8/14/21 9:37 AM, Bret Stern wrote:
>> I haven't explored doing this with numeric types, but some columns 
>> needed alpha chars eg 13mm.

> Two columns:

> data_val(numeric)    data_unit(varchar)
> 13            mm

It sounds like your data is a completely disorganized mess :-(.
You might be able to bring some semblance of coherence to it with
an extension like postgresql-unit [1], but it will take a lot of
effort to get the data into a representation that can sort reasonably.
There's no "easy button" here.

            regards, tom lane

[1] https://github.com/df7cb/postgresql-unit



pgsql-general by date:

Previous
From: Bret Stern
Date:
Subject: Re: Sort question - Fractions, Metric etc
Next
From: Sándor Daku
Date:
Subject: Re: Sort question - Fractions, Metric etc