Re: Version data type. - DONE

From: Ashley Cambrell <ash(at)freaky-namuh(dot)com>
To: "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Version data type. - DONE
Date: 2000-10-04 15:30:41
Message-ID: 39DB4D21.B7B42583@freaky-namuh.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello all,

I thought I would give it a try anyways...

This data type is based on Garrett A. Wollman isbn / issn code

It can be downloaded from:

ftp://ftp.freaky-namuh.com/pub/devel/Postgresql/version_number/version_number-0.2.tar.gz

The README file explains most of it.

It's not perfect, but it's still useful... (and I don't know enough
about Postgres's internals to know if it's "done right" (tm).)

Ashley Cambrell

Ashley Cambrell wrote:

> Hi all,
>
> Just wondering if anyone has already created a version data type where
> 1.100 > 1.10 > 1.9 > 1.01 etc...
>
> I don't want to reinvent the wheel...
>
> I was thinking that an array with a '.' as the delimeter would work
> best, but I don't know how ORDER BY 's work on arrays....
>
> Thank You
>
> Ashley Cambrell

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 2000-10-04 15:42:04 WaitOnLock
Previous Message Tom Lane 2000-10-04 15:29:48 Re: postgres functions and C++