Re: [GENERAL] programmatic way to fetch latest release for a given major.minor version

From: Dave Page <dpage(at)postgresql(dot)org>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Andrew Hammond <andrew(dot)george(dot)hammond(at)gmail(dot)com>, CAJ CAJ <pguser(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, pgsql-www <pgsql-www(at)postgresql(dot)org>
Subject: Re: [GENERAL] programmatic way to fetch latest release for a given major.minor version
Date: 2007-04-10 11:35:38
Message-ID: 461B768A.8070402@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-www

Magnus Hagander wrote:
> Terminology aside, why? The unit is "8.1" not "8" and "1". It makes no
> sense to say you're on version 8, in the given context, so why should the
> XML data pretend there is?

Because serving the data in the decomposed format gives the consumer the
maximum flexibility to do as they wish with the data. I find it hard to
see why, as a relational database guy, you'd want to offer the data as
"8.1", "8.1.3" etc. when you can just give the three parts separately
and allow people to check whatever they need without having to chop up
strings!

Imagine wanting to display only the details of the 8.x releases on a
site for example. In your schema, you'd have to use a substring match on
an attribute value to filter out 6.x and 7.x.

Regards,D ave.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Listmail 2007-04-10 11:44:43 Re: programmatic way to fetch latest release for a given major.minor version
Previous Message Magnus Hagander 2007-04-10 11:15:09 Re: [GENERAL] programmatic way to fetch latest release for a given major.minor version

Browse pgsql-www by date

  From Date Subject
Next Message Listmail 2007-04-10 11:44:43 Re: programmatic way to fetch latest release for a given major.minor version
Previous Message Magnus Hagander 2007-04-10 11:15:09 Re: [GENERAL] programmatic way to fetch latest release for a given major.minor version